-
-
Notifications
You must be signed in to change notification settings - Fork 101
feat(audio-player): onEnded #657
Copy link
Copy link
Open
Labels
featureFeature requestFeature requestpackage: audio-playerplatform: androidAndroid platformAndroid platformplatform: iosiOS platformiOS platformplatform: webWeb platformWeb platform
Metadata
Metadata
Assignees
Labels
featureFeature requestFeature requestpackage: audio-playerplatform: androidAndroid platformAndroid platformplatform: iosiOS platformiOS platformplatform: webWeb platformWeb platform
HTML audio-element has onEnded -property to handle things when playing has stopped. Capacitor Audio Player has only isStopped -feature, but that requires to develop a loop that constantly asks if it has ended. Having some event there, or similar onEnded property, would be nice add to the player