You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey I have trouble on no sleep function on some version of IOS deveice ,anriod device is ok .
and it works on Ipad mini V14.4 but it does not work on ipad pro 14.6 when using power button .
<script src="./resource/dist/NoSleep.min.js"></script>
<script>
var noSleep = new NoSleep();
window['EnableNoSleep'] = function () { noSleep.enable(); } // this called to enable no sleep function on the code.
window.addEventListener("blur", function(event){
noSleep = new NoSleep();
noSleep.enable();
});
</script>
The text was updated successfully, but these errors were encountered:
Hey I have trouble on no sleep function on some version of IOS deveice ,anriod device is ok .
<script src="./resource/dist/NoSleep.min.js"></script> <script> var noSleep = new NoSleep(); window['EnableNoSleep'] = function () { noSleep.enable(); } // this called to enable no sleep function on the code. window.addEventListener("blur", function(event){ noSleep = new NoSleep(); noSleep.enable(); }); </script>and it works on Ipad mini V14.4 but it does not work on ipad pro 14.6 when using power button .
The text was updated successfully, but these errors were encountered: