Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(toolbar): incorrect height for soft-keyboards
* On some devices, the onboard keyboard (soft-keyboard) causes the CSS orientation to change from portrait to landscape. This causes the toolbar to turn smaller than it should be. As for now, relying on @media orientation should be avoided. * Libraries like MDL or Polymer also ignore the landscape orientation check, and only change heights for mobile and desktop. Fixes angular#3233
- Loading branch information