leoasis / react-sound

Sound component to play audio in your web apps
ISC License
486 stars 80 forks source link

onPlaying returns the duration as 0 on older Android devices. #76

Open AndreiKomarovRu opened 5 years ago

AndreiKomarovRu commented 5 years ago

I open the page with the player on Android 4 via WebView, in "onPlaying" returns the "duration" as 0. On newer devices, everything is fine.

AndreiKomarovRu commented 5 years ago

You can use the standard android browser. Track loaded from URL.

The "onLoading" event also returns 0.