From eabe4a1e16221505403f3e2e55007f01a23f3f8f Mon Sep 17 00:00:00 2001 From: pwlin Date: Sun, 26 Jul 2020 21:54:35 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7657004..c3f8b84 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# A File Opener Plugin for Cordova (The Original Version) +# A File Opener Plugin for Cordova [![Latest Stable Version](https://img.shields.io/npm/v/cordova-plugin-file-opener2.svg)](https://www.npmjs.com/package/cordova-plugin-file-opener2) [![Total Downloads](https://img.shields.io/npm/dt/cordova-plugin-file-opener2.svg)](https://npm-stat.com/charts.html?package=cordova-plugin-file-opener2) @@ -35,7 +35,7 @@ If you are using the `cordova-android-support-gradle-release` plugin it should m The following platforms and versions are supported by the latest release: -- Android 4.4+ / iOS 9+ / WP8 / Windows +- Android 4.4+ / iOS 9+ / Windows / Electron - Cordova CLI 7.0 or higher Cordova CLI 6.0 is supported by 2.0.19, but there are a number of issues, particularly with Android builds (see [232](https://github.com/pwlin/cordova-plugin-file-opener2/issues/232) [203](https://github.com/pwlin/cordova-plugin-file-opener2/issues/203) [207](https://github.com/pwlin/cordova-plugin-file-opener2/issues/207)). Using the [cordova-android-support-gradle-release](https://github.com/dpa99c/cordova-android-support-gradle-release) plugin may help. @@ -61,7 +61,7 @@ Opens a file - Android 4.4+ - iOS 9+ - Windows -- Electron +- Electron ### Quick Examples Open an APK install dialog: @@ -90,8 +90,8 @@ cordova.plugins.fileOpener2.open( ); ``` -__Note on Electron:__ Do not forget to enable Node.js in your app by adding `"nodeIntegration": true` to `platforms/electron/platform_www/cdv-electron-settings.json` file, See [Cordova-Electron documentation](https://cordova.apache.org/docs/en/latest/guide/platforms/electron/index.html#customizing-the-application's-window-options). - +__Note on Electron:__ Do not forget to enable Node.js in your app by adding `"nodeIntegration": true` to `platforms/electron/platform_www/cdv-electron-settings.json` file, See [Cordova-Electron documentation](https://cordova.apache.org/docs/en/latest/guide/platforms/electron/index.html#customizing-the-application's-window-options). + ### Market place installation Install From Market: to install an APK from a market place, such as Google Play or the App Store, you can use an `` tag in combination with the `market://` protocol: