-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
fix: (iOS) Fix app freezing when trying to hide & show popover repeatedly and popover layout issues #13929
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some quick questions, but nothing blocking.
@AhmedMSayed Can you please sign the CLA? Then we're good to go! @cb1kenobi what's the website again? 😇 |
Sure just tell me how |
@AhmedMSayed Huge thanks for the contribution! Please read https://github.com/tidev/organization-docs/blob/main/AUTHORIZED_CONTRIBUTORS.md, then fire off an email or ping Josh to send you a Docusign link. Apologies for the hassle. |
@AhmedMSayed @joshualambert This is the last blocker for the 12.2.1. If you folks can handle the CLA today, we can release the version 😊 |
@hansemannn I see new issue when presenting popover from modal window |
Now only the CLA is pending and then we can merge and release 12.2.1! |
Already talked to Josh and signed in docusign, didn't know what i can do next |
I pinged Josh. He needs to verify it's been signed and update https://github.com/tidev/organization-docs/blob/main/AUTHORIZED_CONTRIBUTORS.md. |
Awesome, thanks @AhmedMSayed! |
…edly and popover layout issues (#13929) * fix: (iOS) Remove unused methods * fix: (iOS) App freezing when trying to hide & show popover repeatedly * fix: (iOS) Fix deprecated methods * fix: (iOS) Fix layout issues in Ti.UI.iPad.Popover * fix: (iOS) Add some enhancements * fix: (iOS) Fix presenting popover from modal window not working
Fixes 13915
Sample