Prevent iOS mobile safari from going idle / auto-locking / sleeping?

后端 未结 6 774
星月不相逢
星月不相逢 2020-12-04 10:32

In an iOS app you can set application.idleTimerDisabled = YES to prevent the phone from auto locking.

I need to do this in mobile safari for a game li

6条回答
  •  一生所求
    2020-12-04 11:16

    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

提交回复
热议问题