Top "Android-webview" questions

Part of the Android API.

Android WebView not loading Mixed Content

I'm trying to make a app with WebView, but the website is using https, but the content (ex. mp3 file) …

android webview android-webview
How to Hide ActionBar/Toolbar While Scrolling Down in Webview

In Google chrome and play store. the app can hide the actionbar while scrolling and allows the user to Browse …

android android-webview android-scrollview android-scroll
Support for other protocols in Android webview

I've created a web view app, the page that is displayed features market:// links but upon clicking them I get …

android android-webview custom-url uri-scheme
Load html files from raw folder in web view

How to load html files in WebView from raw folder. I don't know how to add the path of these …

android android-webview
Android WebView JellyBean -> Should not happen: no rect-based-test nodes found

My application is using a lot of webviews which are lying in fragments which are hold by a ViewPager. Whenever …

android webview android-webview android-4.2-jelly-bean
Scroll webview horizontally inside a ViewPager

I've put a WebView loading an image inside a ViewPager. When I try to scroll the image horizontally I move …

android scroll android-webview android-viewpager
Android WebView - Setting HTML Field focus using Javascript

I have an application with just a visible WebView component to it which is used to display some dynamically generated …

javascript android android-webview dom-events setfocus
Alternate Solution for setJavaScriptEnabled(true);

I have developed an Android Application which uses Webview Component. I have used following line into my code, webViewScores.getSettings().…

android android-webview
Android : EventHub.removeMessages(int what = 107) is not supported before the WebViewCore is set up

I have implemented WebView in Dialog Activity and I am loading simple url into webview. my Webview settings are as …

android android-widget android-webview webviewclient
JQuery doesn't work on WebView

I tried to include JQuery files in assets/scripts and on Internet, but the alert dialog doesn't show. I got …

android jquery android-webview android-2.2-froyo