
Purpose of this document
Requirements
Sample Application Documentation
System Components
Webview parameters
Type
Description
Integration Instructions
Step 1: Go to the code base and download repo (recommended)
Step 2: Create new Xcode project
Step 3: Add the .swift file to your project
Step 4: There can be two cases mentioned below
Case-1 WKWebViewController.swift is added
WKWebViewController.swift is added Case-2 UIWebViewController.swift is added
UIWebViewController.swift is addedStep 5: Add the following code to the Info.plist
Info.plistTroubleshooting Tips
Problem: WKWebview does not open links which it requires to “Open in new window”.
Solution:
Problem: WKWebView does not open the pop up windows.
Solution:
Problem: Keyboard covers the HTML input text field when the device is rotated.
Solution:
Problem: Zooming In of the screen when the keyboard is tapped or the view is looking bigger than it should be.
Solution:
Problem: Black and white space may appear under the webview while scrolling.
Solution:
Webview Initial Settings
Embed ViewController inside Navigation Controller ()
Points to remember
Conclusion
Step 1: Open Storyboard
Step 2: Embed root view controller inside a navigation controller
Last updated
Was this helpful?

