Coming from #troubleshooting is a request to swipe to a previous page on a page that contains a WebView. This is a problem since the WebView is likely consuming the input -- it even has meaning: to scroll around the page (horz+vert). The request is nonetheless reasonable.
In this case the user wishes to go back to a previous page in the WebView, not a UX page. If we get the general SwipeGesture support working any action should be possible.
Coming from #troubleshooting is a request to swipe to a previous page on a page that contains a WebView. This is a problem since the WebView is likely consuming the input -- it even has meaning: to scroll around the page (horz+vert). The request is nonetheless reasonable.
In this case the user wishes to go back to a previous page in the WebView, not a UX page. If we get the general
SwipeGesture
support working any action should be possible.