I’ve a UINavigation controller which on the second viewController has a Google Map view. In iOS 18 you’ll navigate usually across the map, and swipe your finger from the left facet of the display to maneuver the map, this labored accurately. Should you needed to make use of the swipe to pop gestured you needed to swipe from the sting of the display:
Nonetheless, in iOS 26 swiping from left to proper from anyplace however the far proper facet of the display will trigger the UI to attempt to pop the viewController. You may see how far over the gesture swipe level is in iOS 26, which trigger an enormous challenge as I can not pan the map.
This doesn’t occur after I add Apple Maps or different map frameworks to the VC.
Is there a method to disable the "swipe from center" in iOS 26?