Avatar of jxbma
jxbma
Flag for United States of America

asked on 

Is it possible to build an Asp.Net Core Razor page control that allows users to sign their names?

I am building an Asp.Net Core web application using Razor. The intended audience for this app will be using it on tablets. Part of the application consists of several pages/forms that will require user signatures. We could retrieve an image of a user's signature and display that on demand in the web page.

Is it possible to be more interactive and allow users to "sign" the form/page within the browser? Are there any 3rd party control libraries that would support this functionality? I pretty sure this can be done on native applications, but can I achieve this through Asp.Net Core?


ASP.NET.NET ProgrammingTablets* ASP.NET Core

Avatar of undefined
Last Comment
Snarf0001

8/22/2022 - Mon