Commit c79287e
Fix video playback on mobile browsers (WebGLSamples#37)
Chrome on Android does not accept "touchstart" as a user gesture, so `video.play()` throws an error.1 parent 9311ca0 commit c79287e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
268 | | - | |
| 267 | + | |
| 268 | + | |
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| |||
0 commit comments