-
Notifications
You must be signed in to change notification settings - Fork 1k
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
bug: Capacitor 3 app don't fill the entire screen #4708
Comments
This issue may need more information before it can be addressed. In particular, it will need a reliable Code Reproduction that demonstrates the issue. Please see the Contributing Guide for how to create a Code Reproduction. Thanks! |
i have just CoordinateLayout and WebView nothing else
Am Fr., 11. Juni 2021 um 14:56 Uhr schrieb Alfredo Salzillo <
***@***.***>:
… [image: Screenshot 2021-06-11 at 14 54 53]
<https://user-images.githubusercontent.com/13395386/121689590-0f5c3000-cac5-11eb-9c55-cae65894b70d.png>
I have found that the FrameLayout have paddingBottom setted somewhere
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#4708 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABRRRW6OD5ZTZ6H6MDHMEITTSIBX3ANCNFSM46L7P7ZA>
.
|
I found out that there is no problem if you run using |
The problem only appear when generating an app bundle |
no for me it appears if i try run it on my real device via android studio |
@SheppardX when you run on the device he create and run an app bundle (by default) using android studio |
okay but what could be the problem ? i created android via npx cap add android initially and it looks like that |
The problem happens always when the screen is zoommed |
Changing |
Closing since nobody provided a sample app where it could be reproduced. If it's theme related it could be fixed by #4841 |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out. |
Bug Report
Capacitor Version
Platform(s)
Android
Current Behavior
After updating to capacitor 3.0 the screen height is smaller (83% of the screen).
Expected Behavior
The app height should be full screen.
Other Technical Details
npm --version
output: 7.0.15node --version
output: v15.4.0pod --version
output (iOS issues only):Additional Context
The text was updated successfully, but these errors were encountered: