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

[Bug] Play/pause button unresponsive when reopening app on iOS #258

Open
alex-teder opened this issue Sep 25, 2024 · 1 comment
Open

[Bug] Play/pause button unresponsive when reopening app on iOS #258

alex-teder opened this issue Sep 25, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@alex-teder
Copy link

Description

If the playback is paused when reopening the iOS app after minimizing it, the play-pause button becomes unresponsive. Tapping the button does not trigger any action—playback does not continue as expected.

Steps to reproduce

  1. Open the app and start song playback
  2. Pause the song
  3. Minimize the app or switch to another app
  4. Reopen the app from the background
  5. Tap the play-pause button

Expected behavior:

The play-pause button should resume the playback.

Actual behavior:

In the full-screen player the button gets stuck showing "pause" icon (it assumes the audio is currently playing). Pressing it does nothing. In the miniature player UI element the play-pause button disappears altogether.

Resuming the playback from the iOS system widget fixes the playback state, but the issue reproduces itself when reopening the app when the music is paused.

System info

  • iOS 18.0
  • iPhone XR
@leinelissen leinelissen added the bug Something isn't working label Sep 27, 2024
@fiver22
Copy link

fiver22 commented Dec 2, 2024

Additional info: I experience this most often (maybe always) when a phone event triggers pause/stopping of playback: a notification, an incoming call, interacting with Siri.
I can manually pause playback through in app pause button or via AirPods touch sensor/earbuds button and resume playback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants