CodeBeamOrg / CodeBeam.MudBlazor.Extensions

Useful third party extension components for MudBlazor, from the contributors.

Home Page:https://mudextensions.codebeam.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SignaturePad - Failed to execute 'drawImage' on 'CanvasRenderingContext2D':

arizvi-techgies opened this issue · comments

MudExtensions.min.js:1 Uncaught DOMException: Failed to execute 'drawImage' on 'CanvasRenderingContext2D': The image argument is a canvas element with a width or height of 0.
at MudSignaturePad.drawLine (http://localhost:5072/_content/CodeBeam.MudBlazor.Extensions/MudExtensions.min.js:1:4064)
at HTMLCanvasElement. (http://localhost:5072/_content/CodeBeam.MudBlazor.Extensions/MudExtensions.min.js:1:1944)

Could you give some more info? Only on mobile or also desktop?

It's on both; I have checked everything., and matched it with the examples, but I have the same error. Because I had to deliver my product, I removed that and used jQuery lib for signaturePad. (which I don't wanted to, but no choice left)