javascript - JS Pan Gestures on Android Webview doesn't work -


pan gesture / scrolling on web view not working on webview hosting jquery datatables table until click on table header done.

meaning, user cannot scroll table , down , sideways, until presses table header (which sorts table). happens on non-jquery-tables js code – webview not scrollable. interesting thing note, when attach chrome debugger webview, scrolling starts work.

i’ve tested same code on android chrome browser local , remote js code – , scrolling works. leads me think there’s kind of issue webview itself. thought might swipe gesture collision - there no swipe gesture defined (meaning web view standalone in activity , there no windows swipe to).

any ideas?

you should post code, android webview has many options, i'll start testing:

webview.getsettings().setbuiltinzoomcontrols(true); 

also check javascript enable.

hope helps


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -