Skip to content
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

Open
torgnywalin opened this issue Oct 8, 2019 · 5 comments
Open

iOS13 plugin not showing in fullscreen #199

torgnywalin opened this issue Oct 8, 2019 · 5 comments

Comments

@torgnywalin
Copy link

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

nav.modalPresentationStyle = UIModalPresentationFullScreen;

Could be set to use the same logic as for ViewController, but i just needed to force it to fullscreen (old behavior).

@RameshSenagasetti
Copy link

Thank you @torgnywalin

@TyreX6
Copy link

TyreX6 commented Oct 21, 2019

It worked for IOS 13 Thank you. You saved my day.

@maobole
Copy link

maobole commented Nov 1, 2019

Thank you. @torgnywalin

@shengq666
Copy link

Thank you @torgnywalin

@super-maoMao
Copy link

谢谢 @torgnywalin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants