ioBroker / ioBroker.admin

user interface for configuration and administration
https://iobroker.net
MIT License
271 stars 78 forks source link

[enhancement]: Show tooltips/help on mobile devices #2531

Open Jey-Cee opened 2 days ago

Jey-Cee commented 2 days ago

No existing issues.

Related problems

Tooltips are not shown on mobile devices while there is no mouseover possible.

Description

An floating button* on high Z level with "?" or "Help". If the user tap on it and then on an element a popup is shown with the text from the tooltip. This could be a bit tricky on small and/or groupped elements, in this case there has to be popup with selection of elements to choose one.

Additional context

This could be also a soloution to save space on adapter configuration and other places where often used helper text under the element.

Extended goals: Click on adapter (instance) brings up the documentation/readme. Same feature on desktop version.