I have several PDFs on my device for the application I'm designing, I tried it with the plugin inAppBrowser
and the event window.open
but it did not work.
My code now is like this:
<a href="#" window.open('pdf/visitas/Listado_2015_Guias_Zamora.pdf, '_system',
'location=yes');>
Visitas 2016
</a>
Any other proposal?