Signature capture possible in various mobile web browsers?

前端 未结 12 2488
感情败类
感情败类 2020-12-29 04:50

My company is considering offering a lightweight mobile web site for data entry in the field (we already have a thick-client mobile application). One hard requirement is th

12条回答
  •  温柔的废话
    2020-12-29 05:31

    Without embedding something on a web page, the only way to do this would be with JavaScript.

    Unfortunately most mobile browsers don't support JavaScript and the ones that do aren't particularly fast.

    I don't think that it's possible to create a generic solution based on most of the devices which are currently around.

提交回复
热议问题