Top "Android-webview" questions

Part of the Android API.

Make Web push notification work using webview in a native android app?

I have a website which is responsive and push notification feature enabled. In my native android app, if i load …

android push-notification android-webview web-push push-api
Failed to execute 'appendBuffer' on 'SourceBuffer': The HTMLMediaElement.error attribute is not null

I am trying to stream a video file via socket.io to my client (currently using Chrome as client). I …

javascript android html android-webview media-source
WebView.loadData not working on Android 9.0 (API-29)

I have an article app, I am showing articles in WebView. In Android version 9.0 (API-29) this WebView is not working. …

java android webview android-webview android-9.0-pie
Add http://www. in the text if not Exist

How can I know that some text contain "http://www." I want to show domain in Web View. Domain name …

android android-webview textview android-textattributes
WYSIWYG in Android webview

I've been trying to offer a WYSIWYG HTML editor to my users, from inside my app. It doesn't have to …

android android-webview wysiwyg webchromeclient
Update Android System WebView on SDK Emulator

I have a problem with my cordova app after the latest Android System WebView update (44.0.2403.39) on Android 5.x devices. I …

android-emulator android-webview android-5.1.1-lollipop
how to work with pop ups window in android webview

I am developing browser like application using a Webview for my own understanding. I am not yet clear how to …

android webview popup android-webview android-browser
Android: WebView improve loading speed of local html Files

Is there a way to improve the speed of loading an local .html file into a WebView. The .html files …

android html performance android-webview android-assets
What's the difference between Android's Html.escapeHtml and TextUtils.htmlEncode ? When should I use one or the other?

Android has two different ways to escape / encode HTML characters / entities in Strings: Html.escapeHtml(String), added in API 16 (Android 4.1). …

android android-webview html-entities html-encode html-escape
Android WebView : Remove pop-out option in google drive/doc viewer

I am loading the pdf documents in WebView through appending the pdf url to google doc api http://docs.google.…

android pdf google-drive-api android-webview google-docs