CB-7786 Support mediaPlaybackRequiresUserAction on Android

This closes #132
This commit is contained in:
Sean Kelly
2015-12-30 11:02:52 -08:00
committed by sgrebnov
parent be1f6076c2
commit b51a4dc54e
5 changed files with 61 additions and 10 deletions
+3
View File
@@ -38,5 +38,8 @@
<button onclick="document.getElementById('player').play()"> play </button>
<button onclick="document.getElementById('player').pause()"> pause </button>
</div>
<script>
document.getElementById('player').play();
</script>
</body>
</html>