Skip to content
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

rendering issue with ios and angular apps #1364

Closed
luisrudge opened this issue May 2, 2018 · 3 comments · Fixed by #1365
Closed

rendering issue with ios and angular apps #1364

luisrudge opened this issue May 2, 2018 · 3 comments · Fixed by #1365

Comments

@luisrudge
Copy link
Contributor

related:

this css fixes it: auth0/angular-lock#38 (comment)

Initially, I created the angular-lock issue thinking it was an issue with that integration, but I found out that it is actually a lock issue that only happens with angular instead, so I'm reopening it here

@blurp1478963
Copy link

blurp1478963 commented Sep 16, 2019

Hello! Same problem on ios device, using lock with webflow (in custom code)

😞

😄

Sometimes inputs are visible, but ofently invisible... any idea?
Thanks by advance

@blurp1478963
Copy link

I solve the problem disabling animations:

.auth0-lock.auth0-lock .auth0-lock-form {
    animation: none!important;
}

@luisrudge
Copy link
Contributor Author

@blurp1478963 do you know if webflow uses angular internally? We only saw this issue with angular before 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants