JPSVolumeButtonHandler icon indicating copy to clipboard operation
JPSVolumeButtonHandler copied to clipboard

JPSVolumeButtonHandler provides an easy block interface to hardware volume buttons on iOS devices. Perfect for camera apps!

Results 24 JPSVolumeButtonHandler issues
Sort by recently updated
recently updated
newest added

In my camera app, `volumeButtonHandler?.stop()` and `volumeButtonHandler = nil` are called before app enter background. But when I press the volume button outside the app, then activate the app again,...

After view disappeared and back again, the volume button not work any more, I have to initialize JPSVolumeButtonHandler again to make work. Any other solution?

This works pretty well for me on ios 15.6 but sometimes an up or down event doesn't fire. I'm trying to make a stopwatch app and sometimes I have to...

I try to use JPSVolumeButtonHandler in a flutter project, but the volume buttons are not detected. This is how I used it: AppDelegate.swift: ``` var volumeButtonHandler: JPSVolumeButtonHandler? volumeButtonHandler = JPSVolumeButtonHandler(up:...

Hello! TY for your work! When I'm working my device (iPhone 7) all work is good. But when I'm testing on iPhone X I have next case: When i pressed...

Hi there thank you very mich jps for providing your code. Point is, I‘m at the end of m app‘s development.It‘s a game and release is planned near the end...

when volume reach to max, upblock doesn't work when volume reach to min, downblock doesn't work

Hi there jpsim While searching the Internet for a volume button handler I stumbled upon your code here. I really need your code and tried to run it in Xcode...