biner88 / metronome

Efficient, accurate, cross-platform metronome; supports volume, BPM, and audio source settings.
BSD 3-Clause "New" or "Revised" License
5 stars 5 forks source link

Media Player Widget appearing but not working #16

Open manudicri opened 1 week ago

manudicri commented 1 week ago

Hi, this is my problem. I was wondering if there could be any fix:

https://github.com/user-attachments/assets/660e79ad-3ba4-4d4a-b263-94e501cebd59

When initializing the metronome using the init() function, the Now Playing widget in iOS is triggered. However, the widget doesn't display any useful information, such as the track title, and the controls are unresponsive. The widget remains visible even when the metronome is paused, which can lead to confusion.

Any potential fix to make it hidden or maybe make it usable?

Thank you, I'll wait for any reply. Manuel

biner88 commented 1 week ago

Add enableSession: false in init and try.