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 a04c612 commit 95812feCopy full SHA for 95812fe
src/InAppBrowser.ios.ts
@@ -87,7 +87,7 @@ function setup() {
87
}
88
} catch (error) {
89
reject(new Error("Unable to open url."));
90
- this.close();
+ this.flowDidFinish();
91
log(`InAppBrowser: ${error}`);
92
return;
93
0 commit comments