Apple has changed the way they handle gestures at the screen edges in iOS 11. Hiding the status bar in iOS 11 no longer causes the system to guess that you want to defer the system gestures. To keep the same behavior we need to override preferredScreenEdgesDeferringSystemGestures in our view controller.
source: https://useyourloaf.com/blog/avoiding-conflicts-with-system-gestures-at-screen-edges/
I can solve this by modifying UnityViewControllerBaseiOS.mm in the generated...
iOS 11 how to avoid conflicts with system gestures at screen edges?
source: https://useyourloaf.com/blog/avoiding-conflicts-with-system-gestures-at-screen-edges/
I can solve this by modifying UnityViewControllerBaseiOS.mm in the generated...
iOS 11 how to avoid conflicts with system gestures at screen edges?