WebMaker produces HTML, JavaScript and CSS. Depending on the browser support you need, you can use Media Queries to tailor your WebMaker application for different devices.
Assuming you can use HTML5 for example, there should be different options that allow you to extend your WebMaker application using third party script frameworks or your own custom scripts.
You can learn more about the Media Query options using the following link:
I performed a quick web search and located quite a few examples related to capturing signatures on mobile devices using JQuery and SVG for example. Here's a link to a JQuery example by Thomas Bradley:
I'm unsure about the exact licensing terms, but there are notes on conversion between server-side data structures, SVG maps and the Base64 encoding of actual image representations for signatures. You should be able to incorporate similar ideas into your WebMaker application.
I hope I haven't misunderstood your requirement but, just in case you need to digitally sign your data on the server, you might find the worked example below useful:
Finally, if you are trying to work out how you might convert between signature data and images, you can locate a worked example that handles barcode data and images using this link:
RE: Signature Capture
WebMaker produces HTML, JavaScript and CSS. Depending on the browser support you need, you can use Media Queries to tailor your WebMaker application for different devices.
Assuming you can use HTML5 for example, there should be different options that allow you to extend your WebMaker application using third party script frameworks or your own custom scripts.
You can learn more about the Media Query options using the following link:
http://www.hyfinity.net/mvcdocumentation_v5/MVC/MVC%20Overview/Application%20Details.html
You can also learn how to include your own Javascript files using the link below:
http://www.hyfinity.net/mvcdocumentation_v5/MVC/MVC%20Overview/Using%20other%20JavaScript%20Frameworks.html
I performed a quick web search and located quite a few examples related to capturing signatures on mobile devices using JQuery and SVG for example. Here's a link to a JQuery example by Thomas Bradley:
http://thomasjbradley.ca/lab/signature-pad/
I also found this SVG example by Cameron McCormack:
http://mcc.id.au/2010/signature.html
I'm unsure about the exact licensing terms, but there are notes on conversion between server-side data structures, SVG maps and the Base64 encoding of actual image representations for signatures. You should be able to incorporate similar ideas into your WebMaker application.
I hope I haven't misunderstood your requirement but, just in case you need to digitally sign your data on the server, you might find the worked example below useful:
www.hyfinity.net/wmforum/showthread.php?tid=460
This uses the new WebMaker Java Method action on the server-side, which you can use to access Java code:
http://www.hyfinity.net/mvcdocumentation_v5/XStudio/RuleMaker%20User%20Guide/Java%20Method.html
Finally, if you are trying to work out how you might convert between signature data and images, you can locate a worked example that handles barcode data and images using this link:
http://www.hyfinity.com/node/305
I hope this info provides a starting point for your solution. I would be happy to assist further if you have any more queries.
Kind Regards
Abdul