Is it possible to make the description of each category disappear after a few seconds? We noticed that on the phone, the description stays there until you touch the screen again, and sometimes the description would cover the next fields. Having it disappear after two seconds or so would be better.
The issue: On certain mobile browsers, the client will think that hover is possible, and show the desktop tooltips.
[x] Use size of screen in addition to hover detection to determine what kind of tooltips to show 😞 (i.e., treat small screens as if there is no hover available, but also detect hover, because tablets).
Original ask:
The issue: On certain mobile browsers, the client will think that hover is possible, and show the desktop tooltips.
hover
detection to determine what kind of tooltips to show 😞 (i.e., treat small screens as if there is no hover available, but also detect hover, because tablets).