I have two different projects, one using a single webview and exposing different div elements on swipe, a second that also uses webview but every swipe loads a new html file in the container. Question. When I enable "Mobile Web" and test compile to Safari, the swipe gestures don't work. Are they supposed to? Neither projects show anything other than the first screen.
Thanks.
JR
1 Answer
Gestures on WebViews currently have some problems on Mobile Web. You can't even scroll a WebView (which is scheduled to be fixed in v2.2). I don't think we'll ever be able to support a swipe gesture on a WebView. Mouse and touch events are not carried between the parent document and the WebView. There will need to be some testing to see if it's even possible.
Your Answer
Think you can help? Login to answer this question!