-
Notifications
You must be signed in to change notification settings - Fork 936
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebView is not fullscreen #356
Comments
@littlesalt hi there, i have no idea yet how can i solve this. |
@azkdev not only xiaomi, huawei has same problem! |
@azkdev What is the code to solve issues? |
Hi, I found the same problem yesterday on OnePlus 3/6T with the 1px empty, but some of my friends using Xiaomi has no empty space. |
@AlexVincent525 是的,看了一下源码,没太搞明白。 |
I'm happy to merge some fixes, but it works on my device so I cannot reproduce it. |
@charafau Thanks for your reply, i might try update package to see if this solved. |
@charafau Sorry this problem still exist. Perhaps it will happened when display size was changed? |
@AlexVincent525 How can display size change dynamically ? |
@charafau This issue isn't shown in latest version, so idk if there's still some of the users experiencing this or not. |
I get the same on Android emulator on latest version. I added this to make it fullscreen.
|
got the same problem on Android emulator. |
If you are using app bar for that page, remove the appbar to stretch the WebviewScaffold into full screen . And also wrap the widget using a container and set the width and height related to the device using MediaQuery. Eg: body: Container( |
Hi there, i want just confirm is this a bug or not?
Maybe I'm doing something wrong? Or maybe this is a Xiaomi specific bug when renders webview widget.
red offset on the right and bottom.
Screenschot
in the UI is nothing special:
Thank you for help in advance =)
The text was updated successfully, but these errors were encountered: