It looks like you're new here. If you want to get involved, click one of these buttons!
@ar2rsawseen, thanks!Now I understand how it works setKeepAwake.I want the music does not stop if a dimming screen. Will it be done?
Comments
application:setKeepAwake(true) disables screen dimming after some time with no user input
and
application:setKeepAwake(false) returns it to default state (dimming screen after some time without user input)
unfortunately currently there is no way to specifically dim the screen
Now I understand how it works setKeepAwake.
I want the music does not stop if a dimming screen. Will it be done?
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
Exactly, is it possible?