N42WebView 0.3.2

N42WebView 0.3.2

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release May 2018
SPMSupports SPM

Maintained by ChangHoon Jung.



  • By
  • ChangHoon Jung

N42WebView

CI Status Version License Platform

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

N42WebView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "N42WebView"

Author

ChangHoon Jung, [email protected]

License

N42WebView is available under the MIT license. See the LICENSE file for more info.

Info

// form submit is not request with header // because WKWebView NSURLRequest body is nil. // - WKWebView ignores NSURLRequest body : https://forums.developer.apple.com/thread/18952 // - Bug 145410 [WKWebView loadRequest:] ignores HTTPBody in POST requests : https://bugs.webkit.org/show_bug.cgi?id=145410