How to open local PDF files without database iOS
Posted: Tue Jan 10, 2017 1:33 pm
Hi!
I want to store local pdf files within the app, i dont want to use the internet/online databases.
I tried this but it doesnt work for iOS.
window.open("pdf/mypdf.pdf", '_system');
any suggestions?