You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"In Flutter iOS, the background color beneath the PDF is grey-yellow and doesn't look good. How can I change that? Also, I faced another issue regarding alignment. When the PDF contains only one page, in Flutter iOS, the page is aligned center, but I want it to align to the top. How can I fix that without providing a static height?"
The text was updated successfully, but these errors were encountered:
A this point there is no possibility to set background color.
Used iOS and Android controls seems to have ability to set it, so there should by possibility to expose this functionality it in future.
As of single page alignment I don't see possibility for this in iOS control, but maybe i'm missing something.
"In Flutter iOS, the background color beneath the PDF is grey-yellow and doesn't look good. How can I change that? Also, I faced another issue regarding alignment. When the PDF contains only one page, in Flutter iOS, the page is aligned center, but I want it to align to the top. How can I fix that without providing a static height?"
The text was updated successfully, but these errors were encountered: