quinton-ashley / cemu-no-gyro

Maps analog sticks to motion controls for Cemu.
MIT License
76 stars 2 forks source link

phone motion is un usable due to http connection. #14

Closed lmst2 closed 1 year ago

lmst2 commented 1 year ago

hey there I find that the motion not working on my phone (all x,y,z are zero) and I checked your code sees you use window.ondevicemotion lisenner. and after checking on the internet I see this image image it says the motion detection feature are disabled on not secure context like connection through http. it will only work through https connection. could you guys somehow establish a https connection? since I am not farmilar with js.

quinton-ashley commented 1 year ago

Sorry but there's no way to establish an https connection as far as I know. Seems like this app doesn't work anymore.

quinton-ashley commented 1 year ago

solved by PR #16 !