pat-flew commented 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 right 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:
[email protected]



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

Reply via email to