javascript - How to interact with iPhone browser without touching it? -


so, developing vr website online javascript. have function instantiates object in 3d room, @ given location user "watching".

however, don't see how can execute function when iphone locked away in vr headset. have been thinking volumeup-button on headset connected or something, haven't found has done before.

do guys have advice? there way of connecting bluetooth remote it? or impossible?

tldr; how execute function in browser on phone, when can't touch phone.

it possible connect bluetooth keyboard ios devices, suggested in post.

you might leverage other sensors in phone (such accelerometer, gyroscope, microphone), i'm not if safari has access those. have more options if developed standalone application rather trying go through browser.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -