close
Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
1 replies
53 views

I want to use GtkWebKit for my GTK application, to facilitate an embedded browser. I need some guidance on how to get started, particularly documentation on installation and using the appropriate ...
Oliver Cox's user avatar
-2 votes
1 answer
96 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
201 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
91 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
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
4 votes
1 answer
1k 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
189 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
525 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
67 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
53 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
431 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
134 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
112 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
402 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