Questions tagged [fileopener2]

32 questions
0
votes
1 answer

FileOpener in ionic2 native for android

Im using FileOpener in ionic2 native Doc here. this is my code : import { Component } from '@angular/core'; import { NavController } from 'ionic-angular'; import { FileOpener } from 'ionic-native'; @Component({ selector: 'page-installHelper', …
ADiL
  • 367
  • 4
  • 17
-1
votes
1 answer

Can't open a pdf file that I copeid from Android data folder

I have a study app that provides PDFs but these PDFs only open in the app itself even after downloading, like YouTube offline videos, I looked up for these saved files in the app data folder, but they have no extension. I tried different extensions…
1 2
3