In an iOS app you can set application.idleTimerDisabled = YES to prevent the phone from auto locking.
application.idleTimerDisabled = YES
I need to do this in mobile safari for a game li
No, you can't do this, unfortunately. The only way to achieve this is by making a UIWebView-application and setting the variable you provided there. https://stackoverflow.com/a/7477438/267892