Nice idea. But I can’t navigate the site on my phone. For example: I try to press on any ”want ticket” link (I think it is a link since it is coloured and underlined) but my browser just selects it as regular text. Same with both Firefox and Safari.
Nice idea. But I can’t navigate the site on my phone. For example: I try to press on any ”want ticket” link (I think it is a link since it is coloured and underlined) but my browser just selects it as regular text. Same with both Firefox and Safari.
Okay, I am on a desktop now and why are you using a span with an event listener as a link when an <a href> would do?
Good question! I went this route as it prevents the default navigation behaviour for the event row (which has click handling on the parent element to navigate to an event page and this span overrides that behavior locally).
But it is not accessible, you can’t navigate with keyboard, can’t open in a new tab/window, can’t copy the link. All just because you do not like the navigation?