jpsim / JPSVolumeButtonHandler

JPSVolumeButtonHandler provides an easy block interface to hardware volume buttons on iOS devices. Perfect for camera apps!
MIT License
333 stars 90 forks source link

iPhone X down button issues #58

Open GlebBelyaev opened 6 years ago

GlebBelyaev commented 6 years ago

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 down sound value button few time, It's not handled. It's a magic count, sometimes 3 or 5. If need i can send proofs. But up sound value button working is correct!

lightsprint09 commented 6 years ago

I have nearly the same issues. First press get often ignored, Second one will first two times.

DanielsCode commented 6 years ago

me too. any updates?

cloudruan commented 6 years ago

Same here.

scarlac commented 4 years ago

Issue is most likely that volume actually changes in the background, and you don't see it. Once it reaches 0, no change in volume is detected, so it stops working. The library does not seem to work as intended - at least not anymore (tested in iOS 13).