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 b783328 commit 446ebd5Copy full SHA for 446ebd5
src/ios/CDVThemeableBrowser.m
@@ -638,9 +638,6 @@ - (void)browserExit
638
// Also - this is required for the PDF/User-Agent bug work-around.
639
self.themeableBrowserViewController = nil;
640
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;
644
645
self.callbackId = nil;
646
self.callbackIdPattern = nil;
0 commit comments