Posts: 16
Threads: 7
Joined: Feb 2022
Hi
I have one of these cheap BT remote rings and mapped the keys (VOLUME_UP, VOLUME_DOWN) to next / previous page. Sometimes it works but other times the volume control is displayed and volume is increased/decreased. Is there any other setting I need to change to disable volume control?
Thank you !
Posts: 14,342
Threads: 302
Joined: Apr 2012
12-04-2024, 08:52 AM
(This post was last modified: 12-04-2024, 08:56 AM by Zubersoft.)
I may make some changes with the volume button handling, but Apple certainly doesn't make it easy to process volume changes. I am registering for notifications in the app to receive the volume press notifications, and I rely on the MPVolumeView class from Apple to receive the volume change. That's not code I really have control over though. This is handled in a much easier fashion on Android. I don't think I can prevent the volume control from being displayed when the volume button is pressed.
Mike
Posts: 16
Threads: 7
Joined: Feb 2022
(12-04-2024, 08:52 AM)Zubersoft Wrote: I may make some changes with the volume button handling, but Apple certainly doesn't make it easy to process volume changes. I am registering for notifications in the app to receive the volume press notifications, and I rely on the MPVolumeView class from Apple to receive the volume change. That's not code I really have control over though. This is handled in a much easier fashion on Android. I don't think I can prevent the volume control from being displayed when the volume button is pressed.
Mike
Thank you for your analysis. If it is only visual glitch, it would be ok. But I am worried that it might accidently turn on music on my iPad during concerts.