brinley / jSignature

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

Not working with iPhone 6+ #73

Closed PointlessSpike closed 9 years ago

PointlessSpike commented 9 years ago

So far I've had the signature capture working on a PhoneGap app on iPhone 4, iPad 1, iPad Mini and various Android and Windows devices. However, the iPhone 6+ is merely dragging the screen when I try to draw. I'll keep working on the issue from my end and see if I can fix it, but if you have any suggestions for things I can try (as I know nothing about how it works) they'll be very welcome.

PointlessSpike commented 9 years ago

Update: I've tried the demo through the browser and it seems fine, so it may be a PhoneGap exclusive issue.

PointlessSpike commented 9 years ago

Okay, it seems to be an issue with PhoneGap, I was using window.outerWidth for the width which is apparently 0 on a 6+. I've just set it to 1000, which is working fine.