WebView getting rid of double tap zoom.
问题 I read many tickets on the topic of Zooming in WebViews and didnt came to an answer for my case. Here´s my setup: I´m using a custom webview with generally these settings: getSettings().setBuiltInZoomControls(false); getSettings().setSupportZoom(false); getSettings().setUseWideViewPort(true); getSettings().setLoadWithOverviewMode(true); Let me note right here that i depend on OverviewMode and as well on WideViewPort to Scale my WebView. I´m also Overriding my OnTouchEvent and and delegate all