Opening pdf stored locally

Hello Everyone,

I’m working on an Ionic2 app, building simultaneously for both Android and iOS. My app requires a PDF, stored on the device to be opened. I have the PDF stored in my www folder and I’m using the InAppBrowser plugin to open the same. This works perfectly fine on iOS, but it does not on Android, as it throws up an error saying the application does not have write permissions.

Any help on this would be appreciated.

Hi, did you find any solution?