-
Notifications
You must be signed in to change notification settings - Fork 554
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
User email and password input fields do not display on Angular web app in Iphone IOS: 11.3 #1362
Comments
Did you test only on an iPhone X? |
I have tested on Iphone 5s, 6, 6 plus, 6s, 6s Plus, 7, 7s, 7 plus, 8, 8 plus, and X. |
All of them have the same issue? Do you have a public website I can test? |
@luisrudge my manager said I could email you the url so sending one now. |
Thanks @justinLaw I reproduced the issue on my iphone 6 and I'm also debugging this locally. The other report we had was also using angular (#1357). I also tested this with the default sample with angular-lock (https://github.com/auth0-samples/auth0-angularjs-samples/tree/embedded-login/01-Embedded-Login) and I see the same issue. I think this is enough information to start investigating. I will move this issue to angular-lock, though, since this is an issue with that particular integration and not with lock itself. |
sorry, had to reopen it in the lock repo: #1364 |
Calling lock.show () had the following login screen show.
Toggling the "display: block !important" on and off in the dev tools causes the email and password fields to reappear.
Turning the phone sideways causes the login page to display all fields when calling the lock.show () method. I have removed all of my sites custom css to ensure there were no problems with overriding styles. Have tested on earlier versions of IOS with no problems, it is only on IOS version 11.3. I'm assuming it has something to do with a media query for screen width but have not been able to verify this.
The text was updated successfully, but these errors were encountered: