-
Notifications
You must be signed in to change notification settings - Fork 160
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
type="date" not working on Safari/iPad #352
Comments
As far as I can see, the docs seem to imply this isn't yet supported (see here, Edit: Ignore me, the docs are contradictive, they also state:
Your plunkr is using an old version of |
Yup, that looks like a bug. Here's a repro JSBin: http://jsbin.com/runurip/edit?html,output |
+1 |
2 similar comments
+1 |
+1 |
whats happening with this issue? It's still not fixed... |
Just ran into this on polymer version 1.9.1 though for |
@shawncplus I was on polymer 2.0.1 |
So I have found a workaround. Apply any styles to it that will give the
If I had to take a wild guess at why this works I'd say it's because:
Therefor the solution of setting a min-height on the input itself always causes it to layout Note: I verified this theory by using a plain ol' fashion |
master - fixes #352 safari hack: focusing input w/ 0 height
This doesn't seem to be fixed. I'm still seeing this issue under 2.0.3. |
Just confirmed, it's still a bug in This still fixes it:
|
@d4l3k yeah that's because I'm a big dummy and my PR was bad and had the I tested the code and took the PR test screenshots by directly modifying my bower_components files but when I copied the changes over to the repo I just dropped the change in the wrong spot. Whoops. |
It doesn't work in my mac book pro as well. That html is normal input type="date". It displays as type="text". Is this bug still here till today? |
El error aun persiste, no he encontrado como darle solución a esto |
There is an issue on iPad's Safari with
<paper-input type="date" />
. It is only touchable if there is an initial value set. If there is no value or the value gets deleted the field is no longer touchable. Same for<paper-input type="time" />
.Browser: Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13D15 Safari/601.1
https://plnkr.co/f5gzvmotEkEJ6zM5atsN
The text was updated successfully, but these errors were encountered: