Questions tagged [wkwebviewconfiguration]
173 questions
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,430
- 5
- 18
- 35
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 :…

Krish Lakshmanan
- 760
- 7
- 13
-1
votes
1 answer
How to disable input zoom in WKWebWiew in xcode? Where & What to write?
Can someone help me to get rid of the problem of automatic zoom while tying in input field of my website that is shown in WKWebView. I can’t find a solution to this. Please tell me what code to write & where to write to disable zoom while typing in…

Arjun Reddy
- 1
- 1
- 1
-1
votes
1 answer
How to access and set WKWebview configuration from appDelegate in ios?
I use Ionic capacitor for my ios application;
I need to get access to WKWebView configuration and set background color.
How access it from AppDelegate file in ios?
I can do it through capacitor plugin with these lines of code, but i want to find…

Nigidoz
- 360
- 2
- 6
-1
votes
1 answer
Making certain links in WKWebView open in Safari, not the Webview
I have a WebView app which contains external links that I wish to have users open within Safari as opposed to the webview itself, on tap. I believe it has something to do with a Navigation Delegate but I am new to iOS Dev and have no idea where to…
-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…

André Herculano
- 1,258
- 20
- 33
-3
votes
1 answer
How can I update my app to make it compatible with older ios versions?
I just published a wkwebview app. But the app is only compatible with ios 15.0 and above. Please tell me, how can I update my app to make it compatible with older ios versions?

Alex Phạm
- 33
- 7
-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