Signature capture possible in various mobile web browsers?

前端 未结 12 2482
感情败类
感情败类 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:29

    I think the picture idea is really clever, but I'd take it one step further. Some mobile devices (phones in particular) don't even do file uploads in a browser. I'd generate an operation specific email address, a hash of some sort of transaction id and the user id for instance, and allow it to be sent as an email attachment. This should catch a very wide variety of clients, as well as not adding terrible complexity.

提交回复
热议问题