I'm trying to create a link to open a PDF in Intel XDK.
<a href="#" onclick="window.open('pdf/arquivo.pdf', '_blank');">
However, it opens the browser and is only on the blank screen. Any suggestions?
I'm trying to create a link to open a PDF in Intel XDK.
<a href="#" onclick="window.open('pdf/arquivo.pdf', '_blank');">
However, it opens the browser and is only on the blank screen. Any suggestions?
Man, I had many problems with XDK to open XLS files, what you need is to use a third party plugin (in the projects tab you have how to add plugins from your computer). He alone can not open the files.
This one apparently works, I'll use it too so if it works out right here I'll post the code!