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
On the App Inventor to-do list there is an issue to investigate how to make the flydown field interaction sane for touch devices as well as mouse devices. The current gesture is to hover with the mouse to open the flydown, but hover isn't really an option on touch devices. We considered making it so that one tap would open the flydown and two taps would open the editor to change the variable name but that work was never completed since it would have needed to be updated anyway for the newer gesture functionality in Blockly. We should implement a reasonable solution for touch devices to make this work well in our "single device" mode.
The text was updated successfully, but these errors were encountered:
@Nishantware, With the lexical variables plugin, when you use one of the blocks which defines a variable, you can hover over the name of a variable and a flydown appears from which you can select that variable's get or set blocks. Here is an example:
This issue is about providing an alternate to hovering over the variable name for devices which do not support hovering, e.g. touch devices without a mouse/trackpad.
On the App Inventor to-do list there is an issue to investigate how to make the flydown field interaction sane for touch devices as well as mouse devices. The current gesture is to hover with the mouse to open the flydown, but hover isn't really an option on touch devices. We considered making it so that one tap would open the flydown and two taps would open the editor to change the variable name but that work was never completed since it would have needed to be updated anyway for the newer gesture functionality in Blockly. We should implement a reasonable solution for touch devices to make this work well in our "single device" mode.
The text was updated successfully, but these errors were encountered: