0
Answered
FullScreen property
Wouter van der Post 7 years ago
in Applications / i3 Pro
•
updated by Aleksandr Romanov (CTO) 7 years ago •
3
There is a JavaScript function to enter/exit fullscreen mode [ IR.SetFullScreen(mode) ].
Can you also add a function/property to get the current mode?
Customer support service by UserEcho
Hi
You can use IR.IsFullScreen return true/false
Thanks. Can this be added to the online documentation? Maybe on this page: http://dev.iridiummobile.net/Systems_API/en#IR.SetFullScreen
For anyone finding this topic in the future; the IR.IsFullScreen is a property, so no ( ).
Documentation was updated http://dev.iridiummobile.net/Systems_API/en#IR.IsFullScreen
Thank you!