Skip to content

Commit

Permalink
add ionic wrapper link
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa-mansour1 committed Mar 25, 2021
1 parent 753075e commit b6c4fd6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ the file path in android must be absolute path to the file starting with file:https://
$ cordova plugin add cordova-plugin-preview-any-file --save
```

for ionic projects [(How to use in ionic project)](https://ionicframework.com/docs/native/preview-any-file)
for ionic projects

- [(How to use in ionic project)](https://ionicframework.com/docs/native/preview-any-file)
- [(preview-any-file.zip)](https://github.com/mostafa-mansour1/previewAnyFile/files/5912855/preview-any-file.zip) as I have a pull request to add the new wrapper from 2nd Feb on ionic-native project but still didn't merged till now , so you can replace the wrapper after install from the link

```
$ ionic cordova plugin add cordova-plugin-preview-any-file --save
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-preview-any-file",
"version": "0.2.3",
"version": "0.2.4",
"description": "Plugin to preview any file type from any where in native mode",
"cordova": {
"id": "cordova-plugin-preview-any-file",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http:https://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-preview-any-file" version="0.2.3">
<plugin xmlns="http:https://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-preview-any-file" version="0.2.4">
<name>Preview Any File</name>
<description>Cordova plugin to preview any file from any where in native mode</description>
<license>MIT</license>
Expand Down

0 comments on commit b6c4fd6

Please sign in to comment.