iOS Wakelock with video?
by juberti
HTML
<input type="button" value="Enable Wakelock">
CSS
input {
border: 4px solid blue;
}
JavaScript
var button = document.querySelector('input');
MP4_SRC =...
by juberti
<input type="button" value="Enable Wakelock">
input {
border: 4px solid blue;
}
var button = document.querySelector('input');
MP4_SRC =...