Cannot move map in webview
问题 One activity (MainActivity) calls a fragment(MainPage). The fragment is designed to open a local asset webview file, Map.html. It works as intended, with the exception that the map cannot be moved by fingertip. This function is available when the Map.html is opened a broswer. However, the zoom in zoom out tap button in the top left does work. Is something overlaying the webview such that it can be seen but not swiped? The initial AppCompatActivity (to support ActionBar) is given by