You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/12/14 00:16:03 UTC

[GitHub] [cordova-plugin-inappbrowser] pat-flew edited a comment on issue #752: Events are not isolated between multiple instances of IAB

pat-flew edited a comment on issue #752:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/752#issuecomment-744094604


   I had the same issue on Android. Reattaching events to the return value of the `cordova.InAppBrowser.open('http://google.com', '_system')` call seemed to resolve for me at the time. The issue didn't appear to affect iOS.
   
   However having done some further testing in iOS, It appears that following opening a system browser and pressing the top left arrow to go back, the original app browser reference no longer responds to executeScript (script is not executed and callback is never called), and using the updated reference from InAppBrowser.open does not help.
   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org