Questions tagged [webkit]

WebKit is an open-source Web content engine for browsers and other applications, such as Apple Safari, Mail, App Store and several mobile browsers including the pre-installed browsers for Android, iOS, RIM Blackberry, Symbian, and WebOS.

WebKit is an open-source Web content engine for browsers and other applications and was originally released by Apple in 2003 as part of its Safari browser.

Due to its open source nature and clean design, WebKit has been taken on and implemented as the engine for a wide variety of web browsers.


Documentation

7404 questions
4
votes
1 answer

How can I obtain POST request body from WKWebView in Swift?

I have set up an API to respond to a POST request. Due to the nature of my app, I need to fulfill this POST request through a WKWebView, as opposed to using URLSession or Alamofire. I plan to use the data POST response body elsewhere in my app. I…
4
votes
3 answers

Webkit GTK :: How to detect when a download has finished?

I was wondering if there is a way to know when a webkitdownload has finished without error. I am using the C API. I was hoping a signal would be emitted (similar to when a download starts), however this seems to be not the case. Searching the webkit…
Edd Barrett
  • 3,425
  • 2
  • 29
  • 48
4
votes
5 answers

How do I insert an iframe inside SwiftUI View?

I want to load a webView inside the new SwiftUI framework. How can I do that? struct SubmissionFlowFrame: View { var body: some View { // I want to insert the iframe here } }
mikeTeixeira88
  • 163
  • 2
  • 8
4
votes
2 answers

What's a good embedded browser for a pygtk application?

I'm planning on using an embedded browser in my pygtk application and I'm debating between gtkmozembed and pywebkitgtk. Is there any compelling difference between the two? Are there any third options that I don't know about? It should be noted…
Jason Baker
  • 192,085
  • 135
  • 376
  • 510
4
votes
3 answers

-webkit-border-radius looks ugly

I'm styling a lightbox div with the following properties: #lightbox { border: 0.3em solid #acaeb0; -webkit-border-radius: 1em; background: #eee -webkit-gradient(linear, 0% 60%, 0% 100%, from(#eee), to(#ccc)); -webkit-box-shadow: 0 0 0.6em…
LeonS
  • 2,684
  • 2
  • 31
  • 36
4
votes
0 answers

How to replace addRange() for multiple selection in Google Chrome?

I need to copy multiple nodeElements. Selection.addRange(), could help me but, Google Chrome removed this feature. I tried to add multiple ranges and do string concatenation but formatting removing by using it. var range =…
4
votes
3 answers

How to detect if SVG animation is available

Is there a good way to detect if SVG animation is available, and then adjust the DOM appropriately? I'm using animateMotion to animate the motion of a g containing images. This only works in Mozilla; even worse, having the animateMotion unstarted…
Marcin
  • 48,559
  • 18
  • 128
  • 201
4
votes
2 answers

Safari Mobil iFrame content out of view not rendered

Problem Open https://run.plnkr.co/preview/cjt4eonvv00043e5jhlqw9olb/ on iPhone and the second iFrames div content ist not shown before tapping/scrolling. Video: https://youtu.be/opEx0HMBvWc Details I have a widget