Top "Android-webview" questions

Part of the Android API.

Two way sync for cookies between HttpURLConnection (java.net.CookieManager) and WebView (android.webkit.CookieManager)

Unfortunately, there's a multitude of cookie managers for Android. The cookies for HttpURLConnection are maintained by java.net.CookieManager and …

android http cookies android-webview httpurlconnection
Running WebView in Background

I am developing an application which utilizes a WebView to sign into a website, pull content from it, then notify …

android android-webview android-service android-networking
how to play vimeo video using iframe in webview?

public class MainActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); WebView …

android iframe android-webview vimeo
How do I pause Flash content in an Android WebView when my activity isn't visible?

I am experimenting with using a WebView to display Flash content inside my activity. Everything is working pretty well, but …

android android-webview android-2.2-froyo
Lifecycle of a session cookie in an Android WebView / CookieSyncManager

I have an Android application which makes requests to my webserver via both a WebView and an HttpClient. I sync …

android-webview session-cookies activity-lifecycle
Determine WebView Implementation (System WebView or Chrome)

Android 7.0 allows users (via developer options) to choose the implementation of their WebView. The user can choose the standalone WebView …

java android webview android-webview android-7.0-nougat
Android webview fit all content to screen

Hi I have a webview and I want it to fit to screen, such that the user does not have …

android android-webview android-windowmanager
Android WebView not loading a JavaScript file, but Android Browser loads it fine

I'm writing an application which connects to a back office site. The backoffice site contains a whole slew of JavaScript …

android android-sdk-1.6 android-webview
How to override default text selection of android webview os 4.1+?

Before posting this question I've searched a lot but could not find any clear answers on this issue. I have …

android android-webview textselection
WebView in Dialog

I have an application where I need to load a small webpage inside of webview. The webview needs to load …

android android-webview android-dialog