biner88 / metronome

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

Media Player Widget appearing but not working #16

Open manudicri opened 2 months ago

manudicri commented 2 months 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 2 months ago

Add enableSession: false in init and try.

manudicri commented 2 months ago

Hi @biner88 , I tried, sadly no difference

biner88 commented 2 months ago

Got it, I will look into this issue soon.