22,409 questions
Advice
0
votes
4
replies
62
views
Is a webview dominant app with native-like transitions possible?
During the last few months I built a website (nextjs) with a member dashboard, now I am building the mobile (expo) counterpart. The website changes all the time, and I do not have the time or the ...
Advice
0
votes
1
replies
114
views
Single sign-in for Google OAuth and Gmail in WebView on macOS
I’m building a macOS app in SwiftUI that loads Gmail in a WebView while also using the Gmail API for some additional features (e.g., unread counts, notifications, etc.).
Since Google Blocks OAuth ...
Tooling
0
votes
2
replies
123
views
Will my Capacitor WebView social media app (offline, haptics, push notifs, camera, 4 languages) be rejected under Guideline 4.2.2?
I have developed a fully-featured social media application called "Flux" using HTML, CSS, and JavaScript. I am packaging it for iOS using Capacitor (WebView based). Before I pay the $99 ...
1
vote
0
answers
104
views
.NET Maui Blazor App WebView Bug when upgrading to .NET 10
I recently updated my Maui Blazor application from .NET 8 to .NET 10 and the Windows app only displays a black screen, no error, no entry in event logs. Has anybody encountered the same error? I don't ...
0
votes
2
answers
280
views
YouTube embedded playback in Android Kotlin app fails with error 152-4 even though onReady fires Body
I am building an Android education app in Kotlin where lessons are organized by course, grade, and chapter, and videos are played from YouTube.
To isolate the issue, I created a fresh minimal Android ...
Advice
0
votes
17
replies
204
views
Modern websites not working in Java 8 WebView
The Java 8 WebView is too old for nowadays' websites. I've done some research, but nothing works.
JCEF is for Swing. I tried everything to embed it in JavaFX, but nothing works (threading issues, DLL ...
2
votes
0
answers
101
views
Error in react-webview: error loading page. Domain: undefined. Error code: 3. Description: SSL error: The certificate authority is not trusted
I can't open a website within a webview in React Native. I always get the following message.
Note: the site has normal SSL, but the SSL error keeps appearing:
error loading page. Domain: undefined. ...
0
votes
0
answers
82
views
Flutter YouTube playback – Bot detection issue when using InAppWebView (works in Pakistan but blocked in US)
I am facing an issue with playing YouTube videos in a Flutter app.
Initially, I used the youtube_player_flutter package, but it kept returning a 150 error code, which usually indicates that the video ...
Advice
0
votes
1
replies
121
views
Using a custom WebView instead of the main Capacitor WebView while still accessing all Capacitor plugins
I’m trying to understand if a different WebView architecture is possible in a Capacitor app.
From what I understand, Capacitor initializes a main WebView that is connected to the Capacitor bridge, ...
0
votes
1
answer
95
views
Keyboard input does not reach WebView2 when embedding a C# WinForms window inside Delphi 7 using SetParent
I am integrating a modern web interface into a legacy Delphi 7 desktop application by hosting a C# WinForms executable that uses WebView2.
The C# application works correctly when run standalone. ...
Advice
0
votes
0
replies
73
views
Migrate local data from TWA/PWA in Android to WebView / CapacitorJS
I have a Progressive Web Application (PWA) with Trusted Web Activities (TWA) published in Android, built with bubblewrap. For a few years, it has relied on PWA service workers and indexedDB to work ...
8
votes
1
answer
422
views
Webview content flickering
This class has a fix in the setWebViewLayerTypeHardware method. If you remove the fix installation in onResume, where the SOFTWARE layer is installed, and then HARDWARE is installed after 1000 ms, ...
0
votes
1
answer
68
views
Inexplicable white background below SwiftUI Webview
I'm working on a pair of Swift projects, and one of them, running on an iPad, refuses to cooperate with this webview. The image below shows the whitespace below the editor. This only appears when the ...
Advice
0
votes
3
replies
39
views
Product price parsing on Wildberries using Kotlin (In the Android app)
I need to extract the price of the Wildberries product (Preferably this one: https://www.wildberries.ru/catalog/474837861/detail.aspx ). I'm doing this on the Kotlin for Android app. I tried to do ...
0
votes
0
answers
62
views
Download manager unsuccessful audio
When I download a song from webview, it downloads in the downloaded/audio folder, but the download is unsuccessful and I can't listen to audio. I don't understand what is wrong, I've set URL by myself ...