Questions tagged [wkurlschemehandler]
18 questions
0
votes
1 answer
WKURLSchemeHandler crashed on ios13,but ios12 or ios13 later it's works fine
I reference resources
enter image description here
This is my crash stack
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x18)
frame #0: 0x00000001bbb513c4 WebCore`WebCore::blobRegistry() + 20
frame #1:…

luca
- 1
- 1
0
votes
1 answer
How to implement a native WKURLSchemeHandler in cordova-ios 6.1.0
I am working on a cordova ios (6.1.0) project and i want to implement a native WKURLSchemeHandler
to intercept the custom scheme handling to solve my cors problems.
In detail I want to do something like:…

user2048767
- 135
- 10
0
votes
0 answers
How to load local CSS in a remote web page in WKWebView?
Updated question
I am loading a remote page that I control into a WKWebview in my app and customizing it by loading local CSS and font files. At page load, in webView:didFinishNavigation:, I am running some JS to inject some style tags and a link…

Tom Hamming
- 10,577
- 11
- 71
- 145