Top "Android-webview" questions

Part of the Android API.

Disable scrolling in webview?

Until now I have been an iPhone developer only and now I have decided to give Android a whirl. Something …

android android-webview android-scroll android-scrollbar
Android WebView not loading an HTTPS URL

public void onCreate(Bundle savedInstance) { super.onCreate(savedInstance); setContentView(R.layout.show_voucher); webView=(WebView)findViewById(R.id.webview); webView.…

android webview https android-webview
Embed Youtube video inside an Android app

I'm using a WebView for displaying embedded Youtube video and that works on Galaxcy S2 (OS 2.3.5) and doesn't on Nexus …

android youtube android-webview android-youtube-api
Loading existing .html file with android WebView

I did try samples, demos from Google codes and other resources with WebView, but when i try to do it …

android android-webview android-assets
Clicking URLs opens default browser

I have loaded an external URL in my WebView. Now what I need is that when the user clicks on …

android url android-webview android-websettings
Android WebView not loading URL

I want to load the URL in WebView I have used the following Code: webView = (WebView) findViewById(R.id.webview1); …

android android-layout android-intent android-webview
enable/disable zoom in Android WebView

There are some methods in WebSettings related to zoom: WebSettings.setSupportZoom WebSettings.setBuiltInZoomControls I noticed they work differently on some …

android android-webview zoom multi-touch
Add custom headers to WebView resource requests - android

I need to add custom headers to EVERY request coming from the WebView. I know loadURL has the parameter for …

java android webkit android-webview
Add a Progress Bar in WebView

I am trying to add a progress/loading bar to my application that uses WebView. I am confused on how …

android android-webview progressdialog android-progressbar
How can I get onclick event on webview in android?

I want to know when the user clicks on webview but not on a hyperlink. On that click I want …

android android-webview