Midi86 commented on issue #290:
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/issues/290#issuecomment-803921056


   By analyzing the native code for IOS (of version 3.2) I found that the close 
event is only triggered while the browser is in the process of being hidden. If 
the browser is already hidden - for example through the options property - the 
close call method will not be called. Thus a quick fix for IOS was for me to 
call show() just before closing the browser:
   
   `ref.show();
   ref.close();`
   
   


-- 
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