0
Отвечен
FullScreen property
Wouter van der Post 7 лет назад
в Приложения / i3 Pro
•
обновлен Aleksandr Romanov (CTO) 7 лет назад •
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?
Сервис поддержки клиентов работает на платформе 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!