Hi,
I need to be able to open or download PDF file from browser in Android.
In my App I open my website using this:
window.open('a href="http://" rel="nofollow"http:///a...............', '_blank', 'location=no,enableViewportScale=yes');
I cannot use http://docs.google.com/viewer because my website is not public, it requires authentication.
Any other ideas?
Thanks