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

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -