@pabitrapadhy
In android when I select the EditBox, It is moving to the top of the screen.
I am using Cocos2dx 3.6
How to resolve this issue?
Thank you!!
@pabitrapadhy
In android when I select the EditBox, It is moving to the top of the screen.
I am using Cocos2dx 3.6
How to resolve this issue?
Thank you!!
In later versions, it is solved I guess.
I saw some release notes of Cocos, detailing this issue.
I guess may be in 3.8 or later this is solved.
I am using 3.10 and it’s resolved here.
So, I need to upgrade my Cocos2dx Version !! Correct !!
Yes, certainly. 
EDIT:
if you set string inside the listener functions, it will come double double now.
which was not coming in 3.6
so, be careful for that.
So, double double issue is in Version 3.6 or above Version 3.6 ?
I had some code where I was setting the string in the Editbox from it’s listeners,
So, they were able to without any issues in v3.6
But, as I saw couple of days ago.
in 3.10 if I set string within the listeners, it was writing one on top of another.