I am trying to make my website work on touch devices. On desktop devices I capture every click and if the target is child of a link i do some stuff and prevent the default. But on touch devices, android emulator right now, there the target is just the div container of the overall page, so I cannot find any link parent.
How can I get the link?
Greetings philipp