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

(iOS) Text fields get emptied when tapping other text fields #4

Closed
LeoKlaus opened this issue Jan 22, 2022 · 2 comments · Fixed by #11
Closed

(iOS) Text fields get emptied when tapping other text fields #4

LeoKlaus opened this issue Jan 22, 2022 · 2 comments · Fixed by #11
Labels
bug Something isn't working

Comments

@LeoKlaus
Copy link

iPhone 11 Pro Max, iOS 15.3 (Beta)

Whenever I tap another text field in the login form, all text fields in that form get emptied. I was able to log in once (currently trying to replicate this) but am now effectively locked out of the app.

It looks like the entire view is redrawn whenever I tap one of the textfields.

bug

@TomBursch TomBursch added the bug Something isn't working label Jan 22, 2022
@TomBursch TomBursch changed the title (iOS APP) Text fields get emptied when tapping other text fields (iOS) Text fields get emptied when tapping other text fields Jan 23, 2022
@TomBursch
Copy link
Owner

I confirmed the bug and have a suspicion where it's coming from, will report back when its fixed.

@TomBursch
Copy link
Owner

So, I don't think this is an issue with my code, more so with flutter and ios 15.3. It works fine with ios 15.2 and right now I'm waiting for full ios 15.3 support in xcode stable (https://xcodereleases.com/).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants