Questions tagged [wkwebviewconfiguration]

155 questions
0
votes
1 answer

Update WKWebView Cookie Values

My Requirement is to update the cookies that are set to WKWebView. I'm able to update the cookies in NSHTTPCookieStorage, but the same cookies are not reflected to WKWebView cookies(The update values are present in NSHTTPCookieStorage but are not…
0
votes
0 answers

Not loading web content with WKWebView

in my app I have migrated from UIWebView to WKWebView. Everything works perfectly but I have a problem with one icon. This is the icon displayed by UIWebView: And this is the icon displayed by WKWebView: The Web site displayed in my webView is…
Phocs
  • 2,120
  • 5
  • 15
  • 29
0
votes
1 answer

WKWebView not loading local files under iOS 9

WKWebView is added as a sub-view of another View Controller to show the images from the Documents directory which is being downloaded from server. File url :…
-1
votes
1 answer

iOS - Present/Show ViewController while content underneath remains interactive

I'd like to present/show a ViewController (let's call it ViewController2) that is somehow hidden (or have a 0 size) and, after some time, it'll be resized to a specific size (or fullscreen) meanwhile keeping the content of the ViewController (let's…
-3
votes
1 answer

How to inject javascript file to html string coming from api?

I have a html string which comes from the api. I need to inject a static javascript file present in my code. Thanks
user12482007
1 2 3
10
11