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

UIEditBox: add support for WillBegin/WillEnd #10306

Open
FrancoisDupayrat opened this issue Jan 30, 2015 · 0 comments
Open

UIEditBox: add support for WillBegin/WillEnd #10306

FrancoisDupayrat opened this issue Jan 30, 2015 · 0 comments

Comments

@FrancoisDupayrat
Copy link
Contributor

Currently, UIEditBox only call delegate for editBoxEditingDidBegin and editBoxEditingDidEnd.

Sometime, you need to do something before showing the EditBox, and something else after showing it.

Furthermore, on current Android implementation, editBoxEditingDidBegin is called before the EditTextDialog is shown.

I did the implementation of editBoxEditingWillBegin for iOS and Android: FenneX/FenneX@33a5884

@walzer walzer added this to the unplanned milestone Apr 27, 2015
@minggo minggo removed this from the unplanned milestone Aug 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants