22,487 questions
0
votes
0
answers
18
views
TaskExecutionException in building Desktop KMP application with KCEF for WebViewKMP in future
I do it like this in main.kt:
val bundleLocation = System.getProperty("compose.application.resources.dir")?.let { File(it) } ?: File(".")
LaunchedEffect(Unit) {
try ...
0
votes
0
answers
27
views
WebView (Trade View chart) Scroll Conflict in React Native (Android)
I am embedding the TradingView chart inside a react-native-webview.
The chart displays and works fine for zoom/pan gestures, but there’s a scrolling issue:
When the user tries to scroll the entire ...
1
vote
0
answers
58
views
Android WebView backspace functionality
I am creating an android app that uses the MathQuill library.
The application consists of a WebView that uses the MathQuill equation parser and a keybord (implemented via activity_main.xml and ...
0
votes
0
answers
30
views
React Native with WebView and Deep Links
I am now developing the React Native app with the WebView. I have some links from emails that can lead to my website. In that case I want to open my app that is installed and open the WebView with ...
0
votes
1
answer
44
views
Detecting In App WebViews in GTM: Filtering Android/iOS WebViews from Browser List
We are trying to accurately detect whether a user is viewing our customers site through an in-app WebView (like Android WebView or Safari in-app) versus a normal browser. The goal is to filter in-app ...
1
vote
1
answer
53
views
Are cookies set in react-native-webview automatically reflected in react-native?
I’m building an app with React Native and using react-native-webview.
The WebView loads a web app I built with React.
When the WebView logs in to API server, the server responds with a Set-Cookie ...
0
votes
1
answer
47
views
No audio in WebRTC over WebView in Android PiP mode
I have an Android Webview that has a meeting running inside of it.
When I'm in full-screen mode, everything works perfectly.
However, when I enter the PiP mode, I lose the audio. Participants can hear ...
0
votes
0
answers
51
views
WebView2 app shows “Use and move camera” prompt when adding zoom to getUserMedia
I’m building a kiosk application using WebView2 and trying to access the camera from JavaScript. I want to automatically allow camera and microphone permissions in the PermissionRequested event using ...
1
vote
1
answer
82
views
Appium fails to find chromedriver for WebView: Trying to use binary that doesn’t exist
I’m trying to automate an Android WebView app using Appium + WebdriverIO (v9) for my hybrid app.
My test fails when I try to switch to the WebView context:
[0-1] 2025-09-25T13:54:41.590Z WARN ...
0
votes
0
answers
46
views
How can i download video on my webview , simple video download is working but when try to download from Pexels.com it failed
Below is my Android code. It is able to download images, document, and videos.
Problem:
Some platforms like Pexels.com keep their videos as parts or stream how to download them?
webView....
1
vote
1
answer
157
views
How can I use TabView to load new data while maintaining the same View
I am working on a PWA wrapper, in which I want to move certain parts of the PWA to the native APP. For example: login/authentication (fingerprint/Face ID) logic, navigation logic (tabbar), ...
0
votes
0
answers
50
views
I cannot hide a WebView in .NET MAUI
I added a WebView control to my .NET MAUI application and this control shall only be visible under certain conditions, e.g. the user wants to open a link.
My problem is that the WebView is always ...
0
votes
1
answer
82
views
Pyinstaller, exe file does not run for other users
I have a problem with Pyinstaller, when I build the program everything works fine, but when I publish files on github or archive.org and download from there, when I try to run it, an error
Traceback (...
2
votes
2
answers
4k
views
YouTube video in WebView gives error code 153 on Android
I am trying to play YouTube videos inside an Android WebView using the IFrame API.
The player initialises correctly, but sometimes I get this error:
Error code: 153
Here is my WebView setup:
binding?....
0
votes
0
answers
27
views
SharePoint Online page loads on first navigation but not on subsequent clicks in Android WebView
I’m embedding a SharePoint Online portal page inside an Android WebView.
From the top page,when i click the menu item to load a Addressbook page,
The page loads correctly the first time, but when I ...