Top "Android-webview" questions

Part of the Android API.

CookieManager and CookieSyncManager not syncing cookies to webview in ICS (works on all previous API levels)

Background: I'm acquireing cookies through my app and use them internally by making requests to http. Users can switch to …

android cookies android-webview android-4.0-ice-cream-sandwich
Google Maps Platform rejected your request. Invalid 'pb' parameter

I am trying to show Google map in webview, but it is saying Google Maps Platform rejected your request. Invalid …

android google-maps android-webview google-maps-embed
How to set cookie in Android WebView

I am facing issues with setting cookie in Android WebView. I am using the following code: CookieSyncManager.createInstance(this); CookieManager …

android android-webview android-websettings
Overriding the default Contextual Action Bar for text selection(in WebView) in Android

I want to override the existing default Contextual Action Bar(CAB) for text selection. I mean, I want to display …

android android-webview contextual-action-bar
Android: What does this warning message refer to? - (WebCore)

I have a Gallery which contains WebView's as its children, when I scroll the Gallery I am getting the following …

android android-webview android-gallery
React Native: Webview getUserMedia not working (onPermissionRequest override?)

I'm developing an application for iOS, Android and Windows with React Native in which I need to show a webpage …

android react-native webview android-webview getusermedia
webview.loadurl() Vs super.loadurl() in android phonegap

What is the difference b/w these two methods webView.loadUrl("file:///android_asset/www/index.html"); and super.loadUrl("…

android cordova android-webview android-websettings
How to load an img tag in webView in Android?

I want to load the following HTML code in the Android webview. <!DOCTYPE html> <html> <…

android html webview android-webview android-websettings
How to get Flowplayer to automatically play in Android WebView?

I can't get Flowplayer to automatically play video in a WebView on Android. The video plays fine if the in-HTML …

android jquery android-webview flowplayer
WebView reloading when Fragment in ViewPager is retained form BackStack

Here is a code for a basic Fragment which contains a WebView. WebFragment.java public class WebFragment extends Fragment { String …

android android-fragments android-webview android-viewpager back-stack