cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

Key Pressed Event(F11)

Janakiraman
10-Marble

Key Pressed Event(F11)

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. process-monitoring.jpg

 

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.

 

 

 

 

3 REPLIES 3

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.

slangley
23-Emerald II
(To:CarlesColl)

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

Top Tags