Open a PDF on Intel XDK

1

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?

    
asked by anonymous 08.07.2015 / 18:49

1 answer

-1

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.

link

This one apparently works, I'll use it too so if it works out right here I'll post the code!

    
31.03.2017 / 15:18