extensions-api
extensions-api copied to clipboard
Tableau Ipad App crashes on input with capture="camera
I realize that this is a very edge case, but the Tableau Ipad app crashes when clicking the following HTML element inside an extension:
<input type="file" capture="camera" accept="image/*" id="cameraInput" name="cameraInput">
Most likely due to the fact that its trying to open one app inside another I guess.
Thanks for bringing this to our attention. I will file it internally.
Additionally, using the navigator.MediaDevices API as a workaround doesnt work either. In standalone browsers, calling getUserMedia() prompts the user for permission (luckily!). However, it does not do so in an Extension.