Open dejan9393 opened 5 years ago
I reported this issue in 2018 and nothing has been done to address it.
Anyone other developers feel let down by Google and Polymer team? They actively encouraged us to use the technology and appear to have left us high and dry.
Description
Inputs inside a paper-dialog do not receive focus on mobile devices when
scroll-action
is set tolock
.Does not seem to be related to #178.
Expected outcome
The inputs should receive focus when tapped
Actual outcome
The inputs don't receive focus/the dropdown does not open
Live Demo
https://spiced-kingfisher.glitch.me/
Steps to reproduce
paper-dialog
withscroll-action="lock"
set.⌘⇧I
).⌘⇧M
) to view in responsive/mobile mode.