Friday 6 December 2013

Open URL of PDF file in webview in andorid

In appcelerator PDF url is not open directly in webview.

So i suggest you some alternative here.

There are 2 alternative for this .

i hope any of this way may be helps you.

1) Prefer this link with the help of this you can open that PDF in appcelerator http://www.appcelerator.com/blog/2011/09/sharing-project-assets-with-android-intents/

2) Other Alternative

Titanium.Platform.openURL('https://docs.google.com/viewer?url=' + ATTACH YOUR PDF URL);


By this way you can open the PDF in android in Appcelerator or using native intent both ways you have.

Thanks,