Skip to content

Commit 446ebd5

Browse files
author
Dave Alden
committed
fix
1 parent b783328 commit 446ebd5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ios/CDVThemeableBrowser.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -638,9 +638,6 @@ - (void)browserExit
638638
// Also - this is required for the PDF/User-Agent bug work-around.
639639
self.themeableBrowserViewController = nil;
640640

641-
// Set tmpWindow to hidden to make main webview responsive to touch again
642-
// Based on https://stackoverflow.com/questions/4544489/how-to-remove-a-uiwindow
643-
self->tmpWindow.hidden = YES;
644641

645642
self.callbackId = nil;
646643
self.callbackIdPattern = nil;

0 commit comments

Comments
 (0)