XCID wrote: ↑17 May 2021, 09:32
If you tap and and hold for a second or so, the tooltip should be displayed on mobile devices.
It's too bugy.
On my current game, I've developped a "help/safe mode" to overcome this issue.
Basically you have a switch somewhere near top of screen to toggle this mode on/off, and once you are in this mode :
- all clicks related to an action are disabled , so no misclicks possible while trying to display the tooltip
- "tooltipable" elements get an "?" icon added on top left (and an "?" cursor)
- clicking on such an element now display the corresponding tooltip
- clicking again on it or anywhere else remove the tooltip.
I can share some parts of the code if you are interested.