When hosting a jQuery DataTables table on a WebView, the pan gesture and scrolling do not function until a table header is clicked. This issue persists even with non-jQuery tables in JavaScript code – rendering the WebView unscrollable. Interestingly, attaching a Chrome debugger to the WebView activates scrolling functionality.
Upon testing the same code on Android Chrome browser, both local and remote JavaScript codes allow for scrolling. This suggests that there may be an inherent problem with the WebView itself. Initially, I considered the possibility of a swipe gesture collision, but since no swipe gestures are defined within the WebView activity, this theory seems unlikely.
Do you have any insights or ideas on how to address this issue?