forked from apache/cordova-plugin-inappbrowser
-
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
iOS13 plugin not showing in fullscreen #199
Comments
Thank you @torgnywalin |
It worked for IOS 13 Thank you. You saved my day. |
Thank you. @torgnywalin |
Thank you @torgnywalin |
谢谢 @torgnywalin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had problems getting the plugin to appear in fullscreen after updating to iOS 13.
Wanted to share my solution in case others had same problem.
Added a line after line 330 in src/ios/CDVThemeableBrowser.m
Could be set to use the same logic as for ViewController, but i just needed to force it to fullscreen (old behavior).
The text was updated successfully, but these errors were encountered: