fuse-open / fuselibs

Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps
https://npmjs.com/package/@fuse-open/fuselibs
MIT License
176 stars 72 forks source link

SwipeGesture / PageControl.Interaction with a native view, such as WebView #271

Open mortoray opened 7 years ago

mortoray commented 7 years ago

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.

michaelmcmillan commented 7 years ago

Thanks!