Monday 15 September 2014

android - WebView Disable DoubleTap -


I am developing an Android application and swapping successfully by zooming-in. But I failed to disable double tap zooming. What is an obvious task to use? Thank you.

Here is my code,

  webview.getSettings (). SetJavaScriptEnabled (true); . Webview.getSettings () setLoadWithOverviewMode (true); . Webview.getSettings () setUseWideViewPort (true); . Webview.getSettings () setBuiltInZoomControls (wrong); . Webview.getSettings () setDisplayZoomControls (wrong); . Webview.getSettings () setSupportZoom (wrong); Webview.setLayerType (see PLAYER_LAYER_TYSOFTWARE, tap); Webview.loadUrl (URL1); Unfortunately, this webview has a "feature" in pre-KitKat versions of Android, which can be explicitly disabled by simply closing that double tap on the "Android" setting  UseWideViewPort . 

There are workings that are described in the double-tap event in WebView based on "theft" and


No comments:

Post a Comment