forked from apache/cordova-plugin-inappbrowser
-
Notifications
You must be signed in to change notification settings - Fork 219
Open
Description
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).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels