podkrepi-bg/frontend

Toolltip now shown on register on mobile device

Closed this issue · 2 comments

Which area(s) of Podkrepi.bg are affected?

Mobile layout

Describe the Bug

image

Toolltip on "Повече информация" not shown on mobile device
Missing way to see Toolltip "Дарения от този профил ще се извършват от името на организацията, която представлявате" on mobile device.

To Reproduce

  1. Open https://podkrepi.bg/register on mobile device
  2. Put mouse over "повече информация"
  3. Wait tooltip to be shown.

Expected Behavior

Show missing tooltip

Which browser are you using? (if relevant)

Vivaldi

I suggest Modal on mobile ???

Seems like there is some delay of 700ms on touch events, before the tooltip is shown. It should work if the tooltip is held long enough.
We could decrease the on touch delay for now, thru enterTouchDelay prop of Tooltip Tooltip Api Docs.