Lastone17

Results 6 comments of Lastone17

@Schempershofe did you find any solution for this problem? I'm stuck with the same spinning wheel on loading.

@Schempershofe I found something... the problem is on iOS you have to do this: `this.player.addEventListener('loadedmetadata', this.hideLoadingIndicator.bind(self));` See the function "overcomeIosLimitations" in the js file

@Schempershofe You can try something like that: ``` function isiOS() { return [ 'iPad Simulator', 'iPhone Simulator', 'iPod Simulator', 'iPad', 'iPhone', 'iPod' ].includes(navigator.platform) // iPad on iOS 13 detection ||...

@Yorwba No it's also not working with a short audio-file, it was working before without any problem with a about 4MB audio-file. It's just now after the reinstallation. Any other...

@AhamedBilal Please merge this, we need roundCropper to work properly

also got this issue, would be nice if this gets solved soon EDIT: seems fixed, someone going to build a new version on main?