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

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -