Andrii Lobanov

Results 4 comments of Andrii Lobanov

Workaround: To add redirect on touchevent Smth like this. Elem is your link in dom `elem.addEventListener("touchend",()=> { window.location.href = "https://www.google.com.ua" });`

Also opened a pull request https://github.com/codrops/ElastiStack/pull/9/files

The prev version of my workaround have some troubles. When you put some tags inside `a` tag, the target element is the last child tag. And, if it isn't a...

It seems like that issue can be closed :)