Navigating back from Webview / NativeViewHost

Hello, navigating back with “Back” button on Android works as expected, but “Swipe to go back” even if enabled by <Navigator DefaultPath="login" SwipeBack="Left"> does not. Is this expected?

Hello, the interesting thing is, that this works in the Simulator (Webview is not supported on the local Simulator, but Swipe-to-go-back brings me back to the previous page) but not on the Android device. It seems the Webview or the NativeViewHost filter swipes gestures. Any idea why?

It’s because WebViews also can respond to swipes, meaning that it can get unclear whether the webview or the underlying page is responsible for dealing with the gesture.

I’ll check if there’s any good way of dealing with this scenario.