-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
issueSomething is brokenSomething is broken
Description
What platform are you experiencing this issue on?
Linux x64
What version of UWB are you using?
2.2.6
What Unity version are you running?
6000.0.3f1
Describe what the issue you are experiencing is.
Drag drop on the OSD elements on this page does not work:
https://app.betaflight.com/
The elements do not start dragging and cannot be dragged. This is the firmware configuration tool for drones.
Provide reproducible steps for this issue.
- Go to https://app.betaflight.com/
- In the left panel or hamburger menu click Options
- Check
Enable virtual connection mode
-
- At the top should now say Virtual Mode (Experimental)
- Click Connect
- In the left panel or hamburger menu click OSD (it may be a tiny OSD icon)
- Check the box that says
Adjustment range
under1 2 3 Elements
-
- In the top left of the field picture you'll see
PITCH/ROLL
, hover over it and click and hold to drag anywhere on the picture - In Firefox/Chrome a small delay the
PITCH/ROLL
element will snap to it's new position - In UnityWebBrowser the element never starts the drag and will not move
-
Any additional info you like to provide?
This is the code for the BetaFlight app configurator, where they sign up for drag:
https://github.com/betaflight/betaflight-configurator/blob/5ef9acb440cdd2572ed41db55eccf98b5471cc43/src/js/tabs/osd.js#L3930
Where they handle drag:
https://github.com/betaflight/betaflight-configurator/blob/5ef9acb440cdd2572ed41db55eccf98b5471cc43/src/js/tabs/osd.js#L2797
Let me know if you need anything else, happy to support.
Metadata
Metadata
Assignees
Labels
issueSomething is brokenSomething is broken