Capturing volume up/down button pushes on iOS device

you probably need to just do it with native functions. you can write wrapper classes that’ll get the native iOS code callbacks into juce, via this pattern:

2 Likes