-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
Describe the bug
useEffect(() => {
// Load > From > URL
soundPlayer.loadUrl("https://whatsapp-cloud.s3.ap-northeast-1.amazonaws.com/file_example_MP3_700KB+(1).mp3")
// I need call soundPlayer.play(), IT WONT PLAY BUT WILL MAKE SURE getInfo {"duration":0,"currentTime":0} does not happens
// Why is that??
soundPlayer.play()
}, []);
To Reproduce
Expected behavior
soundPlayer.loadUrl() ACTUALLY loads the URL, not returning {"duration":0,"currentTime":0} when .getInfo() is CALLED
Platform (please complete the following information):
- OS: Android [ API 32 ]
Additional context
Metadata
Metadata
Assignees
Labels
No labels