cordova-plugin-file-opener

1.0.0 • Public • Published

cordova-plugin-file-opener

This plugin allows you to open files in Android. Plugin is especially made to handle application package (.apk) installation process by providing functionality for opening the application after the installation has finished.

Installation

cordova plugin add https://github.com/wmjalak/cordova-plugin-file-opener

Supported Platforms

  • Android

Example

fileOpener.open("file:///sdcard/Android/data/com.example.application/application.apk");

Release notes

Mar 7, 2016 Initial release

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i cordova-plugin-file-opener

      Weekly Downloads

      57

      Version

      1.0.0

      License

      MIT

      Last publish

      Collaborators

      • wmjalak