0

Ok so am currently working on this project for an android app and I'm using ionic, but my problem is, I need to read a file as a stream and i was wondering how this could be done using the ionic native file plugin or any other means.

marvin ralph
  • 1,100
  • 3
  • 23
  • 43

1 Answers1

-1

Have you tried the Fileopener plugin?

In most cases just fileOpener.open(path+filename,'application/pdf') should work fine.

Stuti Rastogi
  • 1,162
  • 2
  • 16
  • 26
Anuj S
  • 1
  • 1