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?