szimek / signature_pad

HTML5 canvas based smooth signature drawing
http://szimek.github.io/signature_pad/
MIT License
10.92k stars 2.11k forks source link

Chrome 112.X.X for Android, destroy Signature Pad #714

Closed lgeronimov closed 1 year ago

lgeronimov commented 1 year ago

I updated my version of Chrome to the latest and when I try to paint on the signature pad, the pad flashes and the signature is erased intermittently.

Please help me and thanks a lot.

UziTech commented 1 year ago

Sounds like a chrome issue. You should file a bug report for chrome.

Offbeatmammal commented 1 year ago

was seeing a similar behaviour. added a window.onorientationchange = resizeCanvas(); and removed the standalone call to resizeCanvas() that I had on document ready and it now behaves (looks like it is firing on orientationchange when the page first renders)