capacitor-community / privacy-screen

⚡️ Capacitor plugin that protects your app from displaying a screenshot in Recents screen/App Switcher.
MIT License
87 stars 23 forks source link

fix(ios): Present the privacyViewController on the top ViewController #85

Closed jcesarmobile closed 9 months ago

jcesarmobile commented 9 months ago

Pull request checklist

Please check if your PR fulfills the following requirements:

closes https://github.com/capacitor-community/privacy-screen/issues/42

Instead of presenting in the bridge?.viewController, get the topmost ViewController and present on it, so it hides any other presented ViewController