It seems that as of the v51 update for Oculus headsets, drag events are not functioning for whatever reason. Specifically, this is not working. It seems that starting drag and drop doesn't send events. Touch events up are also not being sent.
It seems like the best option would be to add a simple drop down menu instead of drag and drop.
|
view.startDragAndDrop(dragData, shadowBuilder, view, 0); |
It seems that as of the v51 update for Oculus headsets, drag events are not functioning for whatever reason. Specifically, this is not working. It seems that starting drag and drop doesn't send events. Touch events up are also not being sent.
It seems like the best option would be to add a simple drop down menu instead of drag and drop.
PiLauncherNext/Launcher/App/src/main/java/com/veticia/piLauncherNext/ui/AppsAdapter.java
Line 168 in 497ee60