I am using PhoneGap
InAppBrowser to load pdf
in my app. It is loading pdf
in IOS, but there is no location bar shown, and on Android pdf
is never loaded.
Here is my code to load pdf
iabRef = window.open('sample.pdf', '_blank', 'location=yes');