Closed jcesarmobile closed 9 months ago
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
bridge?.viewController
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