Skip to content

iOS13 plugin not showing in fullscreen #199

@torgnywalin

Description

@torgnywalin

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions