Ionic Native: tried calling FileOpener.open, but the FileOpener plugin is not installed.

1.2k Views Asked by At

WARN

Ionic Native: tried calling FileOpener.open, but the FileOpener plugin is not installed. Install the FileOpener plugin: 'ionic cordova plugin add cordova-plugin-file-opener2'

Already make all the necessary modifications and the problem persists.

Here is the repository.

enter link description here

Any idea Thank you.

1

There are 1 best solutions below

0
hi hi On

May be you are facing version issue.i am also face this issue ionic -3. i change the version it working fine

To open existing PDF file, you can use File Opener plugin. First install the Cordova and Ionic Native plugins:

$ ionic cordova plugin add cordova-plugin-file-opener2
$ npm install --save @ionic-native/file-opener