heidji edited a comment on issue #290: InAppBrowser will not close when 
invoking ref.close()
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/issues/290#issuecomment-434439417
 
 
   ```
   import {InAppBrowser} from "@ionic-native/in-app-browser";
   ....
   let ref = window.open('https://www.example.com/', '_system');
   ref.close(); //does nothing
   
   ```
   yes, i had to install the plugin because in iOS window.open doesn't work 
without having InAppBrowser installed, so before the plugin ref.close() in this 
scenario would work. now it doesn't 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to