Draw on Canvas by sketch jQuery plugin not work in Mobile

mostafa ahmed 21 Reputation points
2022-04-09T05:53:20.917+00:00

In ASP.NET MVC project,I am using this jQuery plugin to make free drawing over a canvas.

It work fine on computer, but in Mobile or IPad not work properly, In Mobile or IPad, when I draw something and if I touch canvas again with pin, the old drawing is removed and cleared

$('#canvasDrawing').sketch();


 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
 <script src="https://cdn.jsdelivr.net/gh/mobomo/sketch.js@master/lib/sketch.min.js"></script>

 <canvas id="canvasDrawing">
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,177 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,263 questions
{count} votes