문제

In my phonegap built mobile app I am using Google doc viewer for viewing PDF files from external sites.With this some files are loading but some not,especially files with size greater than 3MB.How can I solve this? Is there any alternative PDF viewer is available for phonegap? Or how can i download external PDF files through phonegap?

Thanks in advance

도움이 되었습니까?

해결책

I solved it by using window.open('http://demo.com/test.pdf','_system','location=no')

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top