brinley / jSignature

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

Microsoft Edge / IE11 #95

Closed CBlampied closed 8 years ago

CBlampied commented 8 years ago

Using jSignature for field engineer application - really excellent plug-in!

Noticed issue on Windows 10/MS Edge browser similar to previous issues reported on Windows 8/8.1 where adding -ms-touch-action: none; to the container

was the solution.

It appears that this is deprecated in IE11/Edge, being replaced by the non-prefixed touch-action: none;

https://msdn.microsoft.com/en-us/library/windows/apps/hh767313.aspx?f=255&MSPPError=-2147217396

Hope this helps someone.

mattcrwi commented 8 years ago

I can confirm this issue and fix for MS Edge. Thanks, CBlampied.

brinley commented 8 years ago

Hi, can either of you confirm if https://github.com/brinley/jSignature/pull/109 fixes the issue?

MickL commented 8 years ago

I can confirm the fix is working on Surface using Win 10 + Edge! THANKS ! :)

brinley commented 8 years ago

Thanks @MickL

PIlepRusel commented 5 years ago

Did you replicate the issue on Microsoft Edge Chrome ?