How to focus EditBox in Android/iOS

Hi,

How to focus EditBox in CC after Build Android/iOS version? And how to listen event press Enter in Android/iOS.

Thanks

Now it doesn’t have a API for manual focus, it will be added in the future.

In Creator v1.2.1, editBox has a EditingReturn event, you could use this event for listening Enter key.