Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hi All,
We want to enable and disable F11 key pressed event by clicking a button from Mashup.
We have deployed our mashup in a production monitor(kiosk) like the following image.
Here we don't have the keyboard attached to it to enable/disable F11 for full-screen mode. So we are looking for enabling and disabling it via a button click.
Give us a solution for this.
The solution to enable FullScreen
($("#runtime")[0].webkitRequestFullScreen()?$("#runtime")[0].webkitRequestFullScreen():($("#runtime")[0].mozRequestFullScreen()?$("#runtime")[0].mozRequestFullScreen():$("#runtime")[0].msRequestFullscreen()?$("#runtime")[0].msRequestFullscreen():$("#runtime")[0].requestFullScreen()))
--by CarlesColl.
looking for disabling the full screen.
Here you have a possible solution (but it's client side): https://productforums.google.com/forum/#!msg/chrome/ndKT1iyTaZQ/01yEVTtTAwAJ
If previous doesn't works, google for: "keyboard less browser exit full screen mode" ;)
Regards.
Hi @Janakiraman.
If the response from @CarlesColl helped to solve your issue, please mark it as the Accepted Solution for the benefit of others with the same issue. If you found a solution not posted here, please feel free to post it and mark that as the Accepted Solution.
Thank you for using our Community!
Regards.
--Sharon
Hi Sharon,
We did not find any solution for releasing(deactivate) the full-screen mashup yet, instead, we have satisfied our customer with a different solution for releasing the full-screen mashup.
Anyhow Thanks for your wonderful support in this.
Credits to @CarlesColl.
Regards,
Janakiraman P