Skip to main content
1-Visitor
February 21, 2020
Question

How to use the hardware Up and Down Volume buttons in an iPad (OS13) as Prev and Next buttons

  • February 21, 2020
  • 1 reply
  • 1301 views

How to use the hardware Up and Down Volume buttons in an iPad (OS13) as Prev and Next buttons using JS or AngularJS only?

Any ideas welcome!

Note: users wear gloves all the time so removing gloves just to click the UI Next/Prev buttons on the screen defeats the purpose or if the use their globes they damage the screen (HoloLens are not affordable yet 😞 )

Snap1.png

Snap2.png

1 reply

17-Peridot
February 21, 2020

Hello Arnold Clark,

 

It is a good idea to solve the issue with gloves.

 

But from a technical point of view, HTML 5 doesn't have access to a low level of hardware like that.

It is possible to do that by developping an application from scratch in xcode.

 

https://stackoverflow.com/questions/33719343/accessing-android-iphone-volume-buttons-with-html5-app

 

A possible solution might be an improvement in Vuforia View and Vuforia Studio to detect these buttons like Events.

 

Best regards,

Samuel 

1-Visitor
February 25, 2020

Hello  sdidier,

 

Thank you for the input. Yes, it seems that accessing hardware would require a more drastic approach (e.g., programming from scratch). I found out that that was the case for IOS as well but still hoping it could be supported somehow (ng, JS, IONIC)

 

so it is out of reach as today.

 

and, yes, I could make a suggestion to be added as a feature but that would take years if anything.

 

Again, thank you for the input. I appreciate it.