Android hiding keyboard breaks full screen

I just upgrade my project to the latest 3.12.0 version and I noticed something strange, when the app starts on Android it is fullscreen ( navigation bar hidden ) but when I show and then dismiss the keyboard the navigation bar doesn’t hide and stays there.

How can I fix this ?

Best Regards

1 Like

Yep, i reproduce the bug. I will fix it and let you know the result.

i fixed it in https://github.com/cocos2d/cocos2d-x/pull/16128

thanks for your feedback

@zhangxm thanks for the fix, it works great now.