Top "Android-webview" questions

Part of the Android API.

Hiding the scroll bar in WebView

I want to hide a vertical scroll bar in my WebView when I do not scroll the page. As for …

android android-webview scrollbar
Android IllegalStateException: Fragment not attached to Activity webview

So I'm new to android app writing, and I am trying to work on a practice app that I can …

java android android-fragments android-webview illegalstateexception
How to prevent a scrollview from scrolling to a webview after data is loaded?

So I have a fascinating problem. Despite the fact that I'm not manually or programmatically scrolling my view, my WebView …

android android-layout android-webview android-viewpager android-scrollview
Android - Open target _blank links in WebView with external browser

I build a WebView which displays a website. The website contains links without a target="_blank" attribute and some with …

android android-webview webviewclient
How to play YouTube video inside Android WebView?

I am making RSS reader application, and I get RSS data from URL, and that RSS data can contain link …

android youtube android-webview android-youtube-api
How do I set URL for WebView from layout XML in Android?

I'm trying to set the URL for a WebView from the layout main.xml. By code, it's simple: WebView webview = (…

android android-layout android-webview
How to clear webview history?

The history of webview is not clearing... What is wrong with below code? Web view Creation mWebViewReport=(WebView)findViewById(R.…

android webview android-webview
GIF Image display using WebView

Can someone please provide a code to display GIF images in a webview ( I'm already able to display the same …

android gif android-webview
android : Open pop-up window in my webview

I have webview in my application and I want it to open pop up windows when clicking on a link …

android android-webview popupwindow
Get HTTP Status Code in Android WebView

I'm developing an Android app that loads a website in a WebView, but sometimes the website returns HTTP code 500. My …

android http android-webview