Posts by Felipe • 11 points
1 post
-
1
votes1
answer519
viewsQ: Open a PDF on Intel XDK
I’m trying to create a link to open a PDF on Intel XDK. <a href="#" onclick="window.open('pdf/arquivo.pdf', '_blank');"> But it opens the browser and is only on the blank screen. Any…