10-09-2012 08:44 PM
Any one know how to make the screen stay on even if the user has a 10 sec backlight time?
Thank you in Advance
10-12-2012 03:27 PM
This would need a new API or Extension to do. I've added a request on github to track it.
https://github.com/blackberry/BB10-WebWorks-Framew
10-12-2012 03:33 PM
Thank you!
10-13-2012 01:10 PM
Staff UI Prototyper (read: full-time hacker)
My BB10 apps: Screamager | Scientific RPN Calculator | The Last Weather App
10-13-2012 01:12 PM
in Cascades you can already call this from Javascript inside your QML:
Application.mainWindow.screenIdleMode = 1;
Guess all it takes it for that to be invokable in WebWorks.
Staff UI Prototyper (read: full-time hacker)
My BB10 apps: Screamager | Scientific RPN Calculator | The Last Weather App