Skip to main content
0 votes
0 answers
46 views

When using a WKWebView with a contenteditable div as a text editor, I have the following CSS applied to the editor container: #editor { font-size: 12pt; } Whenever the user accepts an autocorrect ...
Pratham Patel's user avatar
0 votes
0 answers
64 views

I'm building a drag-to-reorder interaction for horizontal card layout inside a JUCE plugin's WebBrowserComponent (backed by WKWebView on macOS). The card moves correctly during drag but the release ...
Thomas's user avatar
  • 6,238
2 votes
0 answers
58 views

I am investigating a navigation performance issue that occurs only on iOS WKWebView, while the same flow works normally on Android WebView. The app is a Flutter application using InAppWebView, and the ...
Rajitha Perera's user avatar
0 votes
0 answers
54 views

Is iOS WebRTC communication via WebView stable when the app is in the background? I'm implementing SIP communication using JsSIP within a WebView. On iOS, I'm using WKWebView, but I'm concerned that ...
Chris.Jiang's user avatar
1 vote
1 answer
142 views

Context I’m embedding a Leaflet map inside an iOS app using WKWebView (BeeWare/Toga, but this seems WebView-level rather than framework-specific). Problem Leaflet’s default marker icon and shadow ...
rjen's user avatar
  • 2,016
0 votes
1 answer
94 views

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 + ...
Patrick Schwarz's user avatar
0 votes
0 answers
96 views

My macOS app uses a SwiftUI NavigationSplitView for almost all of its UI. However on one tab the entirety of the UI is a web view. The problem is that web view seems to like flicker as the ...
CalebK's user avatar
  • 757
0 votes
0 answers
51 views

I have an iOS app running on Mac (it's not running through Catalyst, it's the iOS app on Mac). It displays some web content, along with some inputs. I'd like to know how to disable that dark grey bar ...
raven_raven's user avatar
0 votes
0 answers
69 views

I'm using WKWebView in iOS to render HTML and then export it as a PDF using UIPrintPageRenderer. However, when I generate the PDF, there's a small white space at the top of the page that I can't seem ...
Ali Asjad's user avatar
  • 2,335
1 vote
1 answer
99 views

Crash The crash happens immediately when loadHTMLString is called, even though baseURL is nil. Here’s the Swift call site: let webView = MYWKWebView(frame: .zero, configuration: WKWebViewConfiguration(...
Kelson Hartle's user avatar
2 votes
0 answers
78 views

We are building an offline Forge Viewer project using Vue + Vite, which will later be wrapped in an iOS app (Capacitor). In offline mode, we need to serve model files and translations from a local ...
Ahmed Abd Elnaser's user avatar
1 vote
0 answers
188 views

We have a mobile app that uses WkWebView on iOS. We want to embed TikTok videos here. The issue is that the TikTok player always shows its Cookie consent popup, which won't even go away if the user ...
waldgeist's user avatar
  • 607
1 vote
0 answers
156 views

How does Branch.io successfully deep link from Chrome iOS when custom domains fail? I'm facing a frustrating issue with deep links on Chrome iOS that Branch.io somehow manages to solve perfectly, and ...
Raphael St's user avatar
1 vote
1 answer
4k views

I’m testing my web app inside in-app WKWebViews (Discord, Telegram, custom apps, etc.) on iOS 26.x. Apple introduced a new Liquid Glass floating toolbar at the bottom of webviews, and it overlaps my ...
undeaD_D's user avatar
-1 votes
2 answers
857 views

This is the screenshot of the code. The view content includes UIView and WKWebView. The part of UIView is normal, but the part of WKWebView shows a blank screen. This was not a problem before iOS 26, ...
Lazyloading's user avatar

15 30 50 per page
1
2 3 4 5
258