As the title says pinch to zoom is no working. Double tap is working in android 4.3 but not in android 5.0
Here it's the viewport:
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
in the Activity:
mWebView.getSettings().setLoadWithOverviewMode(true);
mWebView.getSettings().setUseWideViewPort(true);