javascript - Open PDF in presentation mode on every browser -
i have problem opening pdf in fullscreen mode , presentation mode (this last important me).
this code works on internet explorer:
onclick="window.open('{{ child.url }}', 'fs','fullscreen'); return false;"
i need make working on firefox, chrome, safari, egde.
or maybe know how make scrolling pages mouse scroll?
Comments
Post a Comment