Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM authored Jun 21, 2022
1 parent a4a9b00 commit 895fc04
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,15 @@ Cordova iOS plugin to fix local file access via XHR with WKWebView for Cordova i
Install this plugin to fix local file access via XHR with WKWebView for Cordova iOS 6+ which is accompanied with an error message about "Cross origin requests are only supported for HTTP".

## Installation
Install the plugin by running:
Install from github
```
cordova plugin add @ahovakimyan/cordova-plugin-wkwebviewxhrfix
```
Or install from github
```
cordova plugin add https://github.com/AraHovakimyan/cordova-plugin-wkwebviewxhrfix
cordova plugin add https://github.com/IsraelHikingMap/cordova-plugin-wkwebviewxhrfix
```

## Notes
This plugin does not depend on any other additional plugins and does not require additional permissions.

##
Modified [TheMattRay](https://github.com/TheMattRay) plugin to support Cordova iOS 6+.
Modified [TheMattRay](https://github.com/TheMattRay) plugin to support Cordova iOS 6+ and fix plugin name inconsistency.

That's it! Seriously!
That's it! Seriously!

0 comments on commit 895fc04

Please sign in to comment.