uqbMtran edited a comment on issue #476: InAppBrowser window closes when the website loaded inside it refreshes automatically URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/476#issuecomment-532718817 This error also occurs if the setting "Don't keep activities" on Settings->Developer Options is enabled. We used `if(!((Activity)context).isDestroyed())` instead of `if(!((Activity)context).isFinishing())`. (see: https://issues.apache.org/jira/browse/CB-13259)
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
