I am unable to get default zoom buttons on webview when application runs.
browser=(WebView)findViewById(R.id.webkit);
WebSettings mWebSettings = browser.getSettings();
browser.loadUrl("file:///android_asset/index.html");
.
<WebView android:id="@+id/webkit"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
/>
how can I solve these problem?
For image problem:
You need to put the images also in asset folder, if you haven’t placed them already.
For inbuilt zoom: