-
Notifications
You must be signed in to change notification settings - Fork 221
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
Fixed the bug with wrong webviewOffset (issue reported for iPhone X and other iOS devices) #170
base: master
Are you sure you want to change the base?
Conversation
…ed as height of the toolbar PLUS the height of the status bar. Prevents the negative offset of webview (hiding behind the toolbar).
@michal-th great! solve my problem! |
Hello, I come back to this topic.
|
How can I use this fix? Its still not on master branch. |
Any updates on when this will be available in a release? |
some one can merge it please? |
@radu-cigmaian can you merge it please? |
Is there any way we can get it merged? |
I merged this into my own fork, for those who are interested. See #193 For details |
Merge!!! |
Any updates? |
It's in my branch. I think there's still a bug with one of the other branches I merged. I no longer see the standard iphone header when using the embedded browser. I think I know the source branch that caused it. Nothing I can do about it currently. I don't have my iOS dev environment set up for it. So if you use my branch, take that part into consideration. |
The offset should be calculated as height of the toolbar PLUS the height of the status bar. Prevents the negative offset of webview (hiding behind the toolbar).