brinley / jSignature

jQuery plugin for adding web signature functionality
http://www.unbolt.net/jSignature
696 stars 529 forks source link

Jsignature getdata is working in my mobile but not in Tablet #37

Closed Arunprasanth08 closed 11 years ago

Arunprasanth08 commented 11 years ago

In my mobile Jsignature getdata is working fine and also gives base64 value. but the same code in tablet gives Null value.please help on this issue

brinley commented 11 years ago

I assume you're using getdata without any plugins. This uses the native getdata but the problem with this solution is that its dependent on the browser's support. It sounds like the browser on your tablet does not support it. Please look at using a export plugin instead.