-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
App stucks when the text field is tapped and the keyboard appears (iOS 15 - iPhone 7) #162
Comments
Hi @mibrahim025. Could you share some code to reproduce the issue? |
Hi, following is the demo app that I was working on but stuck at the point where the keyboard shows, memory occupied by the app starts increasing and increasing. Please check it and let me know.
…On 25 Oct 2021, 3:01 PM +0500, Ricardo Pereira ***@***.***>, wrote:
Hi @mibrahim025. Could you share some code to reproduce the issue?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Hi, did you check my issue? |
I'm not using Xcode 13. I'll install the beta and try your demo. Thanks for sharing it. |
Ok but please do it early. I need it.
Thanks.
…On Nov 2, 2021, 8:01 PM +0500, Ricardo Pereira ***@***.***>, wrote:
I'm not using Xcode 13. I'll install the beta and try your demo. Thanks for sharing it.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
@mibrahim025 I already checked your demo and I did some debugging but I still don't know how to fix it. I need more time to investigate a solution. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to make a demo app with WSTagsField. However when the app launches and the field is tapped and the keyboard appears, memory taken by the app start increasing by leaps and bounds without stopping and the app stucks - i.e. stops responding. I found out that the
repositionViews
is being called again and again endlessly. Can you fix this asap please?The text was updated successfully, but these errors were encountered: