Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RMXSTATUS_SEEK: only fired on android #93

Open
mustafa0x opened this issue Aug 14, 2024 · 0 comments
Open

RMXSTATUS_SEEK: only fired on android #93

mustafa0x opened this issue Aug 14, 2024 · 0 comments

Comments

@mustafa0x
Copy link

mustafa0x commented Aug 14, 2024

Web fix

Add the below code to https://github.com/phiamo/capacitor-plugin-playlist/blob/main/src/web.ts#L262

this.audio.addEventListener('seeking', () => {
    this.updateStatus(RmxAudioStatusMessage.RMXSTATUS_SEEK);
});

iOS

The console logs below indicate that after seekTo was called, only BUFFERING was fired.

image

The source code seems to indicate that RMXSTATUS_SEEK is only fired when seeking from the control center. And not when using seekTo().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant