Delagen commented on issue #466:
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/issues/466#issuecomment-1001538432


   AS Workaround temporary commented via patch
   ```diff
   diff --git 
a/./platforms/android/app/src/main/java/org/apache/cordova/inappbrowser/InAppBrowserDialog.java
 
b/./platforms/android/app/src/main/java/org/apache/cordova/inappbrowser/InAppBrowserDialog.java
   --- 
a/./platforms/android/app/src/main/java/org/apache/cordova/inappbrowser/InAppBrowserDialog.java
   +++ 
b/./platforms/android/app/src/main/java/org/apache/cordova/inappbrowser/InAppBrowserDialog.java
   @@ -49,9 +49,9 @@ public class InAppBrowserDialog extends Dialog {
                // because it does a clean up
                if (this.inAppBrowser.hardwareBack() && 
this.inAppBrowser.canGoBack()) {
                    this.inAppBrowser.goBack();
   -            }  else {
   -                this.inAppBrowser.closeDialog();
   -            }
   +            //}  else {
   +            //    this.inAppBrowser.closeDialog();
   +            //}
            }
        }
    }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to