You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: