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
A recent update started causing programmatic clicks on mobile and touch devices to stop working when Polymer is included in your web app, this is the core of upload in the browser and thus this element is now broken as well. I've implemented a workaround in my app, but as this has been an issue with 1.x and 2.x polymer for 2 months now and hasn't got a response from the team it's unlikely to be fixed. The issue and workaround are posted here: Polymer/polymer#5289
Expected outcome
Clicking the upload file button on mobile should give the file selection dialog
Actual outcome
Nothing happens
Live Demo
Oddly enough I couldn't recreate in jsfiddle. Was able to replicate without issues in a fresh index.html by just including the polymer library and nothing else.
Steps to reproduce
Put a vaadin-upload element in the page.
Use the console in chrome to change to mobile view
Click the "Upload Files..." button.
Browsers Affected
Chrome
Firefox
Safari
Edge
IE 11
iOS Safari
Android Chrome
The text was updated successfully, but these errors were encountered:
Description
A recent update started causing programmatic clicks on mobile and touch devices to stop working when Polymer is included in your web app, this is the core of upload in the browser and thus this element is now broken as well. I've implemented a workaround in my app, but as this has been an issue with 1.x and 2.x polymer for 2 months now and hasn't got a response from the team it's unlikely to be fixed. The issue and workaround are posted here: Polymer/polymer#5289
Expected outcome
Clicking the upload file button on mobile should give the file selection dialog
Actual outcome
Nothing happens
Live Demo
Oddly enough I couldn't recreate in jsfiddle. Was able to replicate without issues in a fresh index.html by just including the polymer library and nothing else.
Steps to reproduce
vaadin-upload
element in the page.Browsers Affected
The text was updated successfully, but these errors were encountered: