Top "Android-webview" questions

Part of the Android API.

How can i load image url to fit my webview in android?

I am developing an android application.Here i am displaying a url image in webview. But the image is not …

android android-webview android-websettings
How to show Android Google default search results in webview?

I want to display default Google search Results in webview of my Android application. We can do it using Google …

android android-webview android-search
How to handle RTL languages on pre 4.2 versions of Android?

Background TextView always had issues with RTL (Right-To-Left) languages. Since I know only how to read Hebrew (in addition to …

android android-webview textview hebrew right-to-left
How to get file name when clicking on URL in webview

How to get the file name which we uploaded on server when we provide linked for that file in page? …

android android-webview android-download-manager
An alternative to Android's webview

Does anyone knows an alternative to Android's webview component ? For some reasons, it's functionality's are insufficient for me : I need …

android android-webview
How to get WebViewClient.shouldInterceptRequest invoked asynchronously

I want to create an Intranet-Application. This app is going to show content, normally only reachable in our internal environment. …

android android-webview intercept
Android - webview - shouldOverrideUrlLoading not called - when user clicks links inside iframe

In our app, we are using webview to load external link inside a view. Loaded the link using loadurl method …

android webview android-webview webviewclient
Attempt to write a readonly database... but I'm not

I have a read-only database connection. Sometimes, when reading data from the database with a SELECT query, it throws a …

android sqlite android-webview
WebView Crash on Android 5-5.1 (API 21-22) Resources$NotFoundException: String resource ID #0x2040002

I am in the process of updating an Android app from API 27 to API 29 and I noticed that I get …

android android-webview
Detect if Flash is installed on Android and embed a Flash video in an Activity

This is really a two part question. First, is it possible to detect if Flash is installed on an Android …

android flash android-webview