Skip to main content

Questions tagged [android-webview]

Part of the Android API. A View that displays web pages. This class is the basis upon which you can roll your own web browser or simply display some online content within your Activity.

android-webview
0 votes
0 answers
3 views

Android Webview doesn't process <a href to trigger a deeplink

I want embedded webview from others apps process my appLink example: <p><a href="https://www.example.com/gizmos">Open Gizmos Page</a></p> and in my app i already have ...
Anthony Koueik's user avatar
0 votes
0 answers
19 views

Unable to access the devtools of my Microsoft Teams app from Microsoft Teams Android app

I need to debug one issue in my app running in Microsoft Teams android client. I have a configurable tab and the tab is not loading sometimes and throwing some error. Hence, I need to check the ...
Soumya Dey's user avatar
0 votes
1 answer
204 views

Android Webview error - chromium handshake failed; returned -1, SSL error code 1, net_error -202

I want to open a link in Android webview but getting an error chromium: [ERROR:ssl_client_socket_impl.cc(878)] handshake failed; returned -1, SSL error code 1, net_error -202 The link works in web ...
Bhaskar Jyoti Dutta's user avatar
0 votes
0 answers
22 views

WebView scroll stop working after showing modal sheet inside the site

I'm using accompanist WebView. Also I tried use standard webView with AndroidView - it nothing change at all When I click on item which opens modal sheet inside the site both vertical and horisontal ...
taasonei's user avatar
0 votes
0 answers
21 views

WebView loadUrl() does not load any URL

My WebView based Android App is not loading any URL in WebView. I have developed a WebView based android app that was working with earlier version of Android Studio (don't remember the version). ...
Ziauddin Syed's user avatar
-1 votes
0 answers
15 views

Camera is not accessable inside Android Webview even after permission provided

web application that requires camera permission to access request for the permission, but even after permission provided web application not able to access camera tried providing camera permission ...
Vivek's user avatar
  • 1
0 votes
0 answers
13 views

net::ERR INSUFFICIENT RESOURCES

1.android 13; 2.The application only contains one control, webview; 3.When the application is in the foreground and remains silent, an error is reported every 46 minutes. 4.Powered by the adapter, ...
user25888905's user avatar
0 votes
0 answers
23 views

Make clickable terms in AndroidView (WebView) - Jetpack Compose

I want to click on terms in a android web view to do an action, like showing a toast that contains that term that we already clicked. `class WebAppInterface(private val context: Context) { @...
hassan bazai's user avatar
0 votes
0 answers
11 views

Unable to view Custom Webview inside an application with elevated privileges Xamarin C#

I am working on an application that is set as a system app on Android 10 inside a set top box, the application is given system privileges and originally the Rom that is running on the STB was using ...
stevo's user avatar
  • 135
0 votes
0 answers
25 views

React native expo web view component is not opening pop-up web pages

I am trying to use a payment gateway in my React native app, and I am using the WebView component to render the payment gateway inside my app. In my regular browser, along with the process of payment, ...
Jonathan's user avatar
0 votes
1 answer
79 views

WebView in Xamarin.Forms shows blank page on Android. Android System WebView issue

I have a Xamarin.Forms app (version 5.0.0.2662) which, in a specific page, renders HTML that I download from my backend and store in the local file system. The app uses a custom WebView with its own ...
jordi casas's user avatar
1 vote
1 answer
106 views

MAUI Webview for Android is not showing the keyboard when webview's text field is touched

I'm loading android webkit webview in MAUI application. But when I click on an input field in the webview, it's not opening the keyboard. In the application output I get the following messages. This ...
Phoenix's user avatar
  • 101
0 votes
0 answers
31 views

Different cookie settings for different web views

I am working on an application which shows a list of web views in a recyclerview. There can be 2 kinds of web views in this list Authentication web views: Which load all the urls including those ...
gaurav jain's user avatar
  • 3,224
2 votes
0 answers
33 views

How to add trusted sites in Phishing detection in Moto secure app

I am using openId for authentication in my android app [using WebView] Facing issues with login only with Moto Edge 50 pro devices suddenly After a long research, found that Phishing detection feature ...
Ashok Kanigiri's user avatar
0 votes
0 answers
66 views

How do I add custom accessibility actions to android web view

Context I have a setup with a title (text view), some web content (web view) and a footer (button). When talk back is enabled, the user can use standard Swipe left -> next item and swipe right -&...
Naveed's user avatar
  • 3,122

15 30 50 per page
1
2 3 4 5
500