Open
Description
I'm trying to call this method from a plugin but it throws an exception:
const safariHackVC = UINavigationController.alloc().initWithRootViewController(self.safariVC);
safariHackVC.presentationController.delegate = self;
if (ios.MajorVersion >= 13) {
safariHackVC['setModalInPresentation'](true); //throws an exception
}
Any help is really appreciated 👍
Metadata
Metadata
Assignees
Labels
No labels