I am using phonegap for ios. I need to open a pdf file with an external URL as a popup. Here I used the InappBrowser plugin, which works fine, but it shows a full window. I need to show as a popup.
Here is the code using the InAppBrowser plugin:
<a href="#" onclick="window.open('http://www.us-cert.gov/sites/default/files/publications/CloudComputingHuthCebula.pdf', '_blank', 'location=no');">Show PDF</a>
source
share