-
Notifications
You must be signed in to change notification settings - Fork 132
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
Issue with virtual display size , It says created display size is larger than device screen size. #5
Comments
Hello, has this been resolved now? |
Hello, I'm getting the same error. |
You can resolve this by write example app code in your project after installation |
I found another way and it's working... |
@prabhunath111 Can you please explain how you fix it? Also getting more bottom margin in ios. |
@prabhunath111 Can you help with this? |
same problem |
Hi can't seem to be able to reproduce this error, can you please share your sample usage or the output of flutter doctor |
@Dammyololade I am getting this error, while wrapping WebView into a SizedBox, which is wrapped into a ListView and setting bigger size than my physical device is. It might seem to be a not very good structure, but I ended up with it trying to add pull to refresh gesture to the WebView (webview_flutter plugin). Here is a simple snippet how to reproduce it:
flutter doctor -v[√] Flutter (Channel master, 1.18.0-14.0.pre.22, on Microsoft Windows [Version 10.0.18363.778], locale uk-UA) • Flutter version 1.18.0-14.0.pre.22 at C:\flutter • Framework revision 3519bec6c4 (10 hours ago), 2020-05-08 00:34:02 -0700 • Engine revision 3953c3ccd1 • Dart version 2.9.0 (build 2.9.0-5.0.dev 4da5b40fb6)[√] Android toolchain - develop for Android devices (Android SDK version 29.0.3) [√] Android Studio (version 3.6) [√] IntelliJ IDEA Community Edition (version 2019.3) [!] VS Code, 64-bit edition (version 1.44.2) [√] Connected device (1 available) ! Doctor found issues in 1 category. My flutter is on master. console output
|
This issue has nothing to do with this plugin, kindly open an issue on flutter, thanks |
I want to show json pdf file. But it show that's kind of problem: I/flutter ( 9329): tenderimage/Dec08/Dec08_Dhaka Navy-7A.pdf |
Same problem can anyone help me. W/PlatformViewsController(26743): Creating a virtual display of size: [1080, 2210] may result in problems(flutter/flutter#2897 is larger than the device screen size: [1080, 2134]. |
W/PlatformViewsController( 2592): Creating a virtual display of size: [1575, 700] may result in problems(flutter/flutter#2897 is larger than the device screen size: [1440, 2392]. |
Did you solve it? |
Did you solve it? |
1 similar comment
Did you solve it? |
use a placeholder with fixed height and width work for me
|
PlatformViewsController(30359): Creating a virtual display of size: [1080, 2400] may result in problems(flutter/flutter#2897 is larger than the device screen size: |
Below error i am getting...
Creating a virtual display of size: [1080, 2210] may result in problems(flutter/flutter#2897 is larger than the device screen size: [1080, 2131]
The text was updated successfully, but these errors were encountered: