I noticed that too. Not only on whatsapp, but on some websites, js links are not reachable using the 'f' key.
is there any workaround for getting rid of having to use the mouse in these cases?
There are two things causing this...
tabindex
of -1
, which we're excluding for some reason.The element has a
tabindex
of-1
, which we're excluding for some reason.
Specifically, we're excluding it because it doesn't make an element respond to clicks, whereas a non-negative tabindex
does.
I'm at work so I can't check, but are there any non-site-specific features that distinguish the clickable elements from the others?
are there any non-site-specific features that distinguish the clickable elements from the others?
Looks like they're using React, but you better look yourself.
I know this is an old issue, but it's still happening. Is there anything that can be done other than not using whatsapp web?
The only thing that I found to work is pressing
Most helpful comment
I know this is an old issue, but it's still happening. Is there anything that can be done other than not using whatsapp web?