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
mmalerba
added
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
and removed
P2
The issue is important to a large percentage of users, with a workaround
labels
Jul 21, 2017
The touch UI does appear to be working, it's just constrained to max of 80% of viewport width & height, which doesn't come out to much bigger than the popup. I can create a PR to bump it a little higher, maybe 90%, 100% wouldn't look good since the calendar would be touching the edge of the viewport.
Edit: actually looks like in portrait mode it only uses 64% of the width, will fix so it uses 80% as originally intended.
Bug, feature request, or proposal:
Bug
What is the expected behavior?
The date picker calendar should take up more screen real estate when touch ui mode is enabled.
What is the current behavior?
Touch ui mode works only in large displays, once you get to the size of a phone. It shrinks back to the regular date picker.
What are the steps to reproduce?
You can go on your phone (I have an iPhone7) go the example on https://material.angular.io/components/datepicker/overview. And look at the touch-ui example it doesn’t work. Just reverts back to the regular pop up.
No plunker needed as it’s displayed on the example page.
What is the use-case or motivation for changing an existing behavior?
To make it work :)
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
What I’ve used
2.0.0 beta8
Angular 4.3.0
iOS safari
The text was updated successfully, but these errors were encountered: