fix iOS screen rotation with keyboard

This commit is contained in:
2019-08-10 16:15:07 +02:00
parent db3e815d55
commit b43ed85c2a
3 changed files with 6 additions and 5 deletions

View File

@@ -95,7 +95,7 @@ void App::showKeyboard()
redraw = true;
#ifdef __IOS__
dispatch_async(dispatch_get_main_queue(), ^{
[ios_view registerForKeyboardNotifications];
//[ios_view registerForKeyboardNotifications];
[ios_view becomeFirstResponder];
});
#elif __ANDROID__