openhab / openhab-webui

Web UIs of openHAB
Eclipse Public License 2.0
214 stars 235 forks source link

[Blockly] "Create Typed Variable" not working on some Android devices #2589

Open Larsen-Locke opened 1 month ago

Larsen-Locke commented 1 month ago

The problem

"Create a typed variable" does not work on some Android devices. The dialog closes before you can enter a name.

Two differend behaviours occur: Ehe dialogue just quickly flashes and immediately closes or the dialogue opens correctly but closes as soon as you start to enter text into toe text field for the name. Here a short overview about some variants:

Expected behavior

Name for the variable can be entered and dialogue can be closed with the OK-Button.

Your environment

version: 4.2.0M3 on Android

Additional information

Problem seems to be addressed within the Blockly community under https://github.com/google/blockly/issues/6915 As far as I understand it is solved but as openhab is a little behind we still have to wait

florian-h05 commented 1 month ago

FYI @stefan-hoehn