-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Is there anyway to solve the "size" problem, I set my height = web height #314
Comments
As the Flutter error says: "may result in problems". It seems to be a Flutter native view limitation (see flutter/flutter#34138). |
Is there a possible workaround for this problem? I'm using the In know the 'other' webview also struggles with this problem, compare for example flutter/flutter#45243 So this problem will probably not solved soon, so I am looking for alternatives.
Any input is appreciated! |
@robert-virkus have you tried using new version 5.0.0 with the android-specific option
I don't think it is something that can be calculated.
Doesn't exists any flutter |
Thanks a lot for the feedback, Lorenzo! And yes, I can confirm that using hybrid composition works - thank you very very much!! Due to dependency hell I cannot switch to the preview release in my mail app project, but I do hope that the Flutter team will release nullsafety into production next week. Trying out the preview release I noticed that the Thank you very very much again for your |
Yes, If it stayed that way (with Also, using the class Thanks 😄 👍 |
Thank you for the additional feedback about the class name and the API changes! |
hi @pichillilorenzo, I tried all solutions there update flutter version and InAppWebView version to the last one but the issue still exist. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue. |
Environment
Android
Flutter 1.15.4 pre.241
Description
W/PlatformViewsController( 9851): Creating a virtual display of size: [984, 17283] may result in problems(flutter/flutter#2897 is larger than the device screen size: [1080, 1920].
The text was updated successfully, but these errors were encountered: