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.
Asked
Active
Viewed 787 times
1 Answers
-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
-
Thanks will try that and see – marvin ralph May 22 '17 at 10:12
-
Actually what I need is the stream results itself, am going to pass it to a method that requires it – marvin ralph May 22 '17 at 10:14
-
I am looking to have a function like fs.createReadStream() in Ionic. I think this question is related to my problem. – Kashif Nazar Oct 19 '17 at 06:05