Hacker News new | ask | show | jobs
by nodesocket 2691 days ago
How does this flow work for desktop based e-commerce transactions, where a camera is not as easily integrated as mobile?

Edit: Actually it is quite trivial to request access to the camera via desktop now:

  navigator.mediaDevices.getUserMedia({ video: true })
1 comments

Currently it's only available on iOS and Android apps, with mobile web coming soon. We're still working out exactly what the experience will look like on desktop (it's a less natural flow for sure), but once we work out the kinks we'll be building that out as well.