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

后端 未结 6 775
星月不相逢
星月不相逢 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:07

    bfred.it's answer works if you replace the audio-tag with a enter code here -tag - but only if the page is open in iOS10+ Safari AND the user has started the video. You can hide the video with CSS.

    Also, I suspect that this feature will also be removed at some point.

提交回复
热议问题