Mobile web doesn't render when have event text changed on Editbox

I use cocos creator 2.4.3 . When text changed on editbox , my function will be triggered. My function will render new data when text change. In PC , it works normally but when i use mobile browser, game does not render new data when text changes . Game just render new data when i touch in scene and the virtual keyboard is hidden . How to fix it ?

I wonder if you could help me with this ? @huanxinyin

can you attach a screen record? on mobile browser, HTMLInputElement will be created on label position and show texts,and the texts don’t render by engine.