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.
2 parents 3f9d0ed + fd2ff8b commit c8d4852Copy full SHA for c8d4852
src/InAppBrowser.common.ts
@@ -77,7 +77,7 @@ function _checkResultAndReturnUrl(
77
result: AuthSessionResult
78
): Promise<AuthSessionResult> {
79
return new Promise(function(resolve) {
80
- if (android) {
+ if (android && result.type !== 'cancel') {
81
android.once(
82
AndroidApplication.activityResumedEvent,
83
function(args: AndroidActivityEventData) {
0 commit comments