IanPhilips / UnityOculusAndroidVRBrowser

3D browser based on GeckoView and Oculus SDK for Unity projects built on Android (Oculus Go/Quest, maybe GearVR)
MIT License
224 stars 63 forks source link

Web scroll via joystick #49

Closed robertncoomber closed 1 year ago

robertncoomber commented 1 year ago

Web scrolling is working in both overlay and underlay scenes. The ability to accelerate has been removed so that you can scroll w/ moving.

IanPhilips commented 1 year ago

Oh so this allows you to scroll with some sort of joystick?

robertncoomber commented 1 year ago

Exactly! I saw you were interested in adding trackpad scrolling. The primary Joystick scrolls the webpage. For me it is the right one.

IanPhilips commented 1 year ago

That seems handy! Will merge it then, thanks!