Thanks for your response! I’ve done quite a bit of sitting on inspect element, I don’t believe there is anything affecting pointer events or touch events, as I cannot see anything there, unless there’s something I should add to enable them?
I believe if it is an issue, it would be touch-action that needs to be acted upon, I’ll take a look now
Edit: seems that adding touch-action:auto!important
to the anchor css did the trick! Thank you for pointing me in the right direction!
Thanks for your response! I’ve done quite a bit of sitting on inspect element, I don’t believe there is anything affecting pointer events or touch events, as I cannot see anything there, unless there’s something I should add to enable them?
I believe if it is an issue, it would be touch-action that needs to be acted upon, I’ll take a look now
Edit: seems that adding
touch-action: auto !important
to the anchor css did the trick! Thank you for pointing me in the right direction!