You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can load a webpage onto the Oculus Quest 2 and use it with the controller (without moving the head). Also, I can use the controller buttons to select the interactable buttons within the webpage.
However, drag & drop does not work and only clicks work (even though not always). Does d&d work to anyone and how to get it working?
I attach a video to show that clicks work while d&d does not via the controller buttons.
Thanks!
The text was updated successfully, but these errors were encountered:
Hey, that is indeed a limitation with the way it's currently written. You could edit the plugin to add this functionality in though, checkout line 68. You could probably just modify that signature in the java plugin and the unity C# interface to create two separate functions, one that calls MotionEvent.ACTION_DOWN, and the other for MotionEvent.ACTION_UP depending on how long your drag is.
demo.mp4
Hello everyone,
I can load a webpage onto the Oculus Quest 2 and use it with the controller (without moving the head). Also, I can use the controller buttons to select the interactable buttons within the webpage.
However, drag & drop does not work and only clicks work (even though not always). Does d&d work to anyone and how to get it working?
I attach a video to show that clicks work while d&d does not via the controller buttons.
Thanks!
The text was updated successfully, but these errors were encountered: