Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tableau Ipad App crashes on input with capture="camera #234

Open
TomNes94 opened this issue May 24, 2019 · 2 comments
Open

Tableau Ipad App crashes on input with capture="camera #234

TomNes94 opened this issue May 24, 2019 · 2 comments
Labels
Bug Logged Internally Issue which has been logged internally at Tableau

Comments

@TomNes94
Copy link

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.

@Kovner Kovner added the Bug label Jun 25, 2019
@Kovner
Copy link
Contributor

Kovner commented Jun 25, 2019

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

@Kovner Kovner added the Logged Internally Issue which has been logged internally at Tableau label Jun 25, 2019
@TomNes94
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Logged Internally Issue which has been logged internally at Tableau
Projects
None yet
Development

No branches or pull requests

2 participants