initialxy / cordova-plugin-themeablebrowser

Fork of org.apache.cordova.inappbrowser in an attempt to make it a bit more themeable and configurable to add some custom actions.
Apache License 2.0
294 stars 221 forks source link

iOS13 plugin not showing in fullscreen #199

Open torgnywalin opened 4 years ago

torgnywalin commented 4 years ago

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 commented 4 years ago

Thank you @torgnywalin

TyreX6 commented 4 years ago

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

maobole commented 4 years ago

Thank you. @torgnywalin

KFCVme50-CrazyThursday commented 3 years ago

Thank you @torgnywalin

super-maoMao commented 3 years ago

谢谢 @torgnywalin