extensions-api icon indicating copy to clipboard operation
extensions-api copied to clipboard

Tableau Ipad App crashes on input with capture="camera

Open TomNes94 opened this issue 5 years ago • 2 comments

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.

TomNes94 avatar May 24 '19 14:05 TomNes94

Thanks for bringing this to our attention. I will file it internally.

Kovner avatar Jun 25 '19 23:06 Kovner

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.

TomNes94 avatar Jun 26 '19 08:06 TomNes94