It would be nice if the camera component for mobile supported focus and zoom. We also had to write a fairly complicated JS query to convert the image files into base64. When using the mobile app on desktop, it used blob URLS and you can use utils.getDataByObjectURL to convert them to base64, when using the same app on an actual mobile device, it uses some kind of local file path directly to a .png or .jpg, etc… which was harder to account for the type and convert to base64. Since the experience was different on desktop vs mobile, it was hard to account for and develop correctly. Improvements to that would be helpful too. Thanks!
3 Likes
Thanks for reaching out, @FlexMikeA! Both of the points you raise really resonate - I'm very familiar with the JS script that you probably had to write and am coincidentally taking a closer look at the camera library we use, as well. I'll make sure your feedback gets documented internally and then give you an update as soon as I can!