SANGHOON
SANGHOON
I wonder about that, too. audio.js attachEvents: function(wrapper, audio) { ... container[audiojs].events.addListener(scrubber, 'click', function(e) { var relativeLeft = e.clientX - this.getBoundingClientRect().left; audio.skipTo(relativeLeft / scrubber.offsetWidth); }); } um.. Using this function...
um.. I don't know if this is a good answer to your question. I am using Android API level 26 ~ 29. Based on Cordova Gradle Version : 6.5 Android...
Nice to meet you. I solved this problem. Please refer to the information below and modify the source code. 1. Use JPEG in the setOptions. function setOptions(srcType) { var options...