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
- Host: GitHub
- URL: https://github.com/wayou/webviewtest
- Owner: wayou
- License: mit
- Created: 2017-11-03T15:37:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T15:51:17.000Z (almost 8 years ago)
- Last Synced: 2025-06-07T21:44:35.074Z (4 months ago)
- Language: Swift
- Homepage:
- Size: 223 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
```
NSAppTransportSecurityNSAllowsArbitraryLoads
```
**Screenshot**
