This happens when the target of the touch events is a SVG element, e.g. a button/link that contains an SVG icon. A JavaScript error occurs on `e.target.click()`, as svg elements don't have that method.
This happens when the target of the touch events is a SVG element, e.g. a button/link that contains an SVG icon.
A JavaScript error occurs on
e.target.click(), as svg elements don't have that method.