We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad614a2 commit 7695269Copy full SHA for 7695269
cocos/platform/android/java/src/org/cocos2dx/lib/Cocos2dxEditBoxHelper.java
@@ -425,6 +425,7 @@ private static void openKeyboardOnUiThread(int index) {
425
Cocos2dxEditBox editBox = mEditBoxArray.get(index);
426
if (null != editBox) {
427
editBox.requestFocus();
428
+ mCocos2dxActivity.getGLSurfaceView().requestLayout();
429
imm.showSoftInput(editBox, 0);
430
mCocos2dxActivity.getGLSurfaceView().setSoftKeyboardShown(true);
431
}
0 commit comments