문제

I'd like to read pdf like that with phonegap:

window.open('http://www.mysite.com/file.pdf', '_blank', 'location=yes');

but I have a white page is there a way to read pdf files without download them ?

Thanks

도움이 되었습니까?

해결책 2

Ok, I foudn using the google web service to read pdf. Thanks all

다른 팁

To add to what tonylefler said, mozillas pdf.js may work on mobile devices within their moblie browsers and lets you view a pdf without downloading it and opening it in a external viewer.

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