22,485 questions
2
votes
0
answers
32
views
missing EventToken.h while building with webview and fyne-cross
So, after I added webview onto my app I try to compile my app, this error appears:
In file included from webview.cc:1: In file included from /go/pkg/mod/github.com/webview/[email protected]...
1
vote
1
answer
66
views
How to make fullscreen WebView on iOS 26 play nice with the status bar / dynamic island
I'm trying to create an SwiftUI iOS app with a fullscreen WebView and having trouble with content going behind status bar. Eg with the following code:
import SwiftUI
import WebKit
struct ContentView: ...
9
votes
7
answers
6k
views
+50
YouTube Error 153: Video Player Configuration Error when embedding YouTube videos
When embedding YouTube videos using the IFrame API or direct embed URLs, the player occasionally displays the message “Error 153: Video Player Configuration Error” instead of loading the video. This ...
0
votes
0
answers
46
views
Red flash/bounce” behind a Flutter WebView on iOS when the keyboard appears
I am experiencing a bounce issue when the keyboard appears while the Input is focused, as shown in the attached screenshot video.
IssueVideo
To facilitate viewing, I have set the background to red.
...
0
votes
0
answers
27
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
33
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 ...
0
votes
0
answers
65
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
32
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
51
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
66
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
49
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
53
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
97
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
49
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
163
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), ...