What I want:
I want to create a field into perspective where an user can draw their signature.
With the lack of a build-in signature field I came up with the following.
I have a viewbox on my view.
The viewbox contains 1 element, this is a path.
This way I create a svg that draws the signature.
What I need to give the right coordinates to the svg path I have to use a touchevent.
However it seems like the touchevent doesn’t have all of it’s propertys within Ignition.
See what options it should have:
See what Ignition gives me:
Exactly: I am missing the property’s which give me the information for the location.
In the mouse event this works correctly but not with the touchevents.
I cant use the mouse events in perspective on a mobile phone.