Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
192 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,632
0 votes
1 answer
43 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
78 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
742 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
159 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
333 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
61 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
90 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
46 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
363 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
114 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,358
1 vote
0 answers
90 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
344 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
1 vote
0 answers
204 views

I am trying to get Playwright working on an AWS Lambda function running on AL2023 specifically for headless WebKit. I am aware that Playwright does not officially support AWS Lambda/AL2023. I ...
Brandon Tran's user avatar
0 votes
1 answer
94 views

(------,----) is the placeholder for the month/year datepicker that i am using in my react file. Is there any CSS classes(webkit) to hide this or remove this. Datepicker with the placeholder These are ...
Wyvern's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
496