Mauricio Ivan Mejía Ramirez

Results 1 comments of Mauricio Ivan Mejía Ramirez

I found the solution, with a player like this ```html ``` Using the hook deviceReady you can catch the event ```javascript player.on('deviceReady', function () { const videoPlayer = document.getElementById('myScreen').getElementsByTagName('video')[0]; const...