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 fc2d635 commit d91c23dCopy full SHA for d91c23d
iOS_SDK/OneSignalSDK/Source/OSMessagingController.m
@@ -475,11 +475,12 @@ - (void)evaluateMessageDisplayQueue {
475
}
476
477
/*
478
- Hide the window and call makeKeyWindow to ensure the IAM will not be shown
479
- */
+ Hide the top level IAM window
+ After the IAM window is hidden, iOS will automatically promote the main window
480
+ This also re-shows the keyboard automatically if it had focus in a text input
481
+*/
482
- (void)hideWindow {
483
self.window.hidden = true;
- [UIApplication.sharedApplication.delegate.window makeKeyWindow];
484
485
486
- (void)persistInAppMessageForRedisplay:(OSInAppMessage *)message {
0 commit comments