22,465 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
149
views
Why WebViewWidget causes an overflow error?
I would like to display WebView to the user who would perform an action, and the result would be sent via the JavaScript channel, ultimately completing the async function Web.summon. On desktop PCs.
...
-1
votes
0
answers
54
views
Cannot get swiftui webview to remain anchored to bottom of screen [closed]
I'm working on a swiftui app that integrates a webview to embed a monaco editor. All is going well, but there's really weird behavior regarding scrolling and this mystery and inconsistent white space ...
0
votes
0
answers
77
views
Turnstile on Android Version 9 with webview 66.0.3359.158
(sorry for poor english)
So, I'm working on integrating cloudflare turnstile into a flutter application that is used in Kiosk machine. The machine has android version 9 and webview version 66.0.3359....
0
votes
0
answers
49
views
WebView not allowed in privileged process — any safe alternative for system/priv apps?
I’m developing a system privileged app (installed under /system/priv-app) and I need to display a webpage inside the app UI.
However, when I try to use a WebView, the app crashes with:
java.lang....
0
votes
0
answers
62
views
WebView in .NET MAUI can not access a webpage that is served on a VM using Fiddler (a proxy)
I created a quite simple .NET MAUI App. For now it only implements a WebView with a source:
MainPage.xaml.cs
public MainPage()
{
InitializeComponent();
WebView webView = new WebView
{
...
0
votes
1
answer
55
views
Flutter iOS WebView doesn’t trigger password-reset request when opened from second WebView (Android works fine)
I’m working on a Flutter app that integrates an external authentication system provided by another company. The login and password-reset flows are handled entirely inside a WebView (their backend + ...
0
votes
0
answers
33
views
Issues with folder selection via webkitdirectory and File System Access API in Telegram Mini Apps on Android
I'm facing a confusing and frustrating issue with folder selection for file uploads in a web app running inside Telegram Mini Apps on Android.
Folder selection works fine in regular browsers (Chrome ...
2
votes
0
answers
66
views
WKWebView PDF background turns gray in iOS 26 — how to restore white background?
We’re encountering an issue with WKWebView on the latest iOS 26 beta. When loading a PDF URL, the background behind the PDF now appears as dark gray, instead of the expected white.
Environment:
Device/...
1
vote
0
answers
53
views
How to properly log HTTPS (especially SSE) request responses in Electron webview without using deprecated APIs?
Here's a minimal GitHub Gist that runs on Electron Fiddle :
It's supposed to show GitHub Copilot (github.com/copilot) in a webview element as if it was in a normal browser :
Using the following code ...
1
vote
1
answer
65
views
How to Fix Incomplete Web Styling in Compose WebView?
I'm developing an Android app with Jetpack Compose and planning to implement a built-in web browsing feature. Below is my basic code. I've found that my code works normally (both in styling and layout)...
0
votes
0
answers
42
views
When I change the height of WebView, the H5 page will first move to top of webview then change its height?
I am developing an Android project by java. First, I change the webView's height to half of the screen. Then when user click a button, the webView will become full screen by animation. When the height ...
2
votes
0
answers
54
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]...
3
votes
1
answer
442
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: ...
30
votes
21
answers
38k
views
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
55
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.
...