-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Mini App Webview not rendering properly #1548
Comments
Same issue here No idea yet |
I had the same problem on iPhone X. I found solution for my application.
|
Still not fixed, very important for us |
tried position: fixed; height: auto !important; |
This problem itself cannot be fixed with css alone.
The is a bug with the IOS App that places the webview. Remember that all buttons and functionality behind the black bar is functioning (you can interact with the dom below it) |
Checklist
Description
The webview height is not calculated correctly on some devices.
After running
window.Telegram.WebApp.expand();
there is a bar in the bottom that covers the webview. The actual visible area looks like it matches the size of the app if its not expanded. After "pinching out" or "zooming out" everything goes away.Expected Behavior
The inital load of the app should calculate the webview sizes correctly. It should display the whole all.
Actual Behavior
On initial load, only part of the webview is visible. (although all content under it is interactive, buttons work, input forms work). The bug is present even when not using
.expand()
, after expanding manually.Steps to Reproduce
Screenshots and Videos
Here are 2 examples on Iphone 11 Pro Max
Crypto-Iphone12ProMax.MP4
TBank-Iphone12ProMax.MP4
And here are 2 working examples on Iphone 15 pro max
Crypto-Iphone15ProMax.MP4
TBank-Iphone15ProMax.MP4
Environment
Device: IPhone 11 Pro Max
Workd well on IPhone 15 Pro Max
iOS version:
17.2.1
App version:
11.1 (29584)
The text was updated successfully, but these errors were encountered: