Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
0 answers
58 views

I’m developing a visionOS app using SwiftUI and WKWebView. While inspecting Netflix playback inside a web view, I can see that the page contains a video element like: <video src="blob:https://...
Damiano Miazzi's user avatar
-2 votes
1 answer
83 views

I am making a fullscreen dashboard with a toolbar that must stay at the bottom. On Chrome (that uses webkit) on iPad, when I close the virtual keyboard, it is possible to scroll down and see the body ...
jwtrees's user avatar
  • 397
1 vote
0 answers
199 views

Take the following HTML, without CSS: <ol> <li>one</li> <li>two</li> <li>three</li> </ol> Note that there’s a gap between the column of “1.”, “2.”,...
twhb's user avatar
  • 4,662
0 votes
1 answer
54 views

I want users not to see the system context menu when long-pressing text on a page in Safari on iOS. I found on MDN that the CSS property -webkit-touch-callout: none; can achieve this. But in reality, ...
Woody's user avatar
  • 81
0 votes
0 answers
90 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
4 votes
1 answer
922 views

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: ...
Robbie Clarken's user avatar
1 vote
1 answer
179 views

Steps: I click select, on list select option, list is collapsed. After that on other platforms select stay focused. On iOS26 only (Chrome and Safari both) body gain focus. WebKit in Safari 26 ...
user31742007's user avatar
0 votes
1 answer
449 views

My team has developed a web application that uses the device's camera to decode QR codes and barcodes from labels. After the recent iOS 26 update, our application has completely stopped working on ...
Leonardo Marzochi's user avatar
1 vote
1 answer
63 views

After checking out Apple Developer documentation, I found that Webkit has a DOM HTMLAttachmentElement interface. I found it here: https://developer.apple.com/documentation/webkitjs/...
JaecadeJnight's user avatar
0 votes
0 answers
91 views

I am experiencing weird textarea scroll behaviour on the y-axis. Whenever I have a textarea with a lot of content I want to be able to scroll it. This is normal behaviour. When there is no focus this ...
Gerrit's user avatar
  • 59
0 votes
0 answers
50 views

I'm building a visionOS app where users can place canvases into the 3D environment. These canvases are RealityKit entities that render web content using a WKWebView. The web view is regularly ...
Perazim's user avatar
  • 1,529
1 vote
1 answer
403 views

Update (06.08.2025): Fixed in iOS beta 5 Something has changed in iOS 26 (tested on beta 4) and now if custom scheme is used and web page contains script element then WebKit is terminated with ...
Igor Palaguta's user avatar
1 vote
1 answer
130 views

I'm trying to fix a Python application that has both libsoup2 and libsoup3 libraries. In newer Ubuntu, the Webkit2 library brings in libsoup3, which crashes as libsoup2 has been imported by using ...
NoBugs's user avatar
  • 9,368
1 vote
0 answers
103 views

I have a flutter web app which plays video as a background. As flutter video player by defaults has the attribute playsinline, the wkwebview should not be opening the native video player with controls....
keval's user avatar
  • 57
0 votes
1 answer
383 views

I've recently updated my iOS device to version 18.5, and I noticed an unexpected behavior with Intl.NumberFormat. Specifically, the thousands separator (".") is missing for values < ...
pumpkinzzz's user avatar
  • 2,985

15 30 50 per page
1
2 3 4 5
495