krescruz / angular-materialize

Angularjs directives for Materialize CSS Framework https://github.com/Dogfalo/materialize
MIT License
396 stars 129 forks source link

Text Fields Align Improperly on IOS #197

Closed ChooseDews closed 8 years ago

ChooseDews commented 8 years ago

Issue

On IOS text fields display incorrectly, with the label over to the right of the text feild.

Steps to reproduce

1) Open a page in chrome with a text fields 2) Compare page on IOS

The expected results would be both pages loading the same.

Below is an identical page loaded in chrome (left) & IOS sim (right)

issueios

If you want to check out the code yourself https://admin.dev.catchthefever.com/#/customer

webbiesdk commented 8 years ago
  1. This sounds like an issue with Materialize, see if you can recreate this without angular-materialize. And if you can submit an issue with them: https://github.com/Dogfalo/materialize
  2. I do not have an IOS device, or a Mac, and I therefore don't know how to replicate the issue.
ChooseDews commented 8 years ago

Just tested it out, something in the newest materialize update is the issue. v0.97.6 allows fields to work as expected.