citahub/cyton-android

Support HTML5 getUserMedia?

Opened this issue · 1 comments

It's useful for KYC purpose - it's established as a standard behaviour that if a user is doing KYC form on the mobile, they will be offered to take a photo instead of uploading a photo (e.g. XAPP). As neuron is mostly javascript, it's kind of expected to happen in JS

navigator.mediaDevices.getUserMedia

An example of its use:

https://www.kirupa.com/html5/accessing_your_webcam_in_html5.htm

We will provide this feature in next milestone. Thanks.