An open API service indexing awesome lists of open source software.

https://github.com/wayou/webviewtest

A simple iOS WKWebView webview for test purpose
https://github.com/wayou/webviewtest

Last synced: 3 months ago
JSON representation

A simple iOS WKWebView webview for test purpose

Awesome Lists containing this project

README

          

# WebviewTest
A simple iOS WKWebView webview for test purpose.

Load your pages to test within the iOS webview.

> NOTE: for a brand new xcode project, if the webview load nothing but blank white page, probably you need to tune the `info.plist` and add the following to make it work.

```
NSAppTransportSecurity

NSAllowsArbitraryLoads

```

**Screenshot**

![screenshot](https://raw.githubusercontent.com/wayou/WebviewTest/master/WebviewTest/Assets.xcassets/Simulator-Screen-Shot-iPhone-SE.imageset/Simulator-Screen-Shot-iPhone-SE.png)