Skip to content

Commit cdb3cc4

Browse files
N7
1 parent c38fd39 commit cdb3cc4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add request headers to a NativeScript WebView. Perhaps more utils later.
1414
[twitter-image]:https://img.shields.io/twitter/follow/eddyverbruggen.svg?style=social&label=Follow%20me
1515
[twitter-url]:https://twitter.com/eddyverbruggen
1616

17-
> Versions 1.2.0 and up supports NativeScript-iOS 3.4 🎉 which switched from `UIWebView` to `WKWebView`. It's also backward compatible with older versions. You're welcome.
17+
> For NativeScript versions older than 7, use a plugin version older than 4.0.0.
1818
1919
<img src="https://raw.githubusercontent.com/EddyVerbruggen/nativescript-webview-utils/master/media/ios-headers.png" width="300px"/>
2020

src/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "nativescript-webview-utils",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"description": "Add custom headers to a NativeScript WebView. Perhaps more utils later.",
55
"main": "webview-utils",
66
"typings": "index.d.ts",
77
"nativescript": {
88
"platforms": {
9-
"android": "6.5.0",
10-
"ios": "6.5.0"
9+
"android": "7.0.0",
10+
"ios": "7.0.0"
1111
}
1212
},
1313
"scripts": {

0 commit comments

Comments
 (0)