+ 2
Pls how can i solve this issue on my code cannot set property of 'onplaying' to a null ,it was working before it just started
2 Antworten
+ 1
its working on ios but not working on android
0
put the entire script into window load event
window.addEventListener("load",()=>{
//your script here
});