Looking to enhance touch functionality on an SVG element.
The touch event detection is done using a jQuery-like selector. (Currently utilizing angular JQLite - angular.element()):
.on("mousedown touch", function(event) {
No problems with recognition of touches on desktop and mobile Safari. It works fine even when saved as a bookmark, but including:
<meta name="apple-mobile-web-app-capable" content="yes" />
in the header, saving it to the home screen.. causes the touch component to malfunction.
Seeking insights into the root cause of this issue or any potential workarounds. Currently running Angular 1.2.27 on iOS 8.