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 2021/04/09 15:15:23 UTC

[GitHub] [cordova-plugin-inappbrowser] boboxiaodd opened a new issue #864: [ios]open window with hidden=yes, window can't close

boboxiaodd opened a new issue #864:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/864


   # Bug Report
   
   ## Problem
   
   ### What is expected to happen?
   this is my code:
   
   ```
   let ref = cordova.InAppBrowser.open(res.url, '_blank', "hidden=yes");
   //...
   ref.close();  
   ```
   
   ### What does actually happen?
   in iOS , the browser don't close 
   ![image](https://user-images.githubusercontent.com/4714247/114201575-f03c0780-9988-11eb-9728-7ad957278516.png)
   
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   
   
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [ ] I searched for existing GitHub issues
   - [ ] I updated all Cordova tooling to most recent version
   - [ ] I included all the necessary information above
   


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


[GitHub] [cordova-plugin-inappbrowser] marshall86 commented on issue #864: [ios]open window with hidden=yes, window can't close

Posted by GitBox <gi...@apache.org>.
marshall86 commented on issue #864:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/864#issuecomment-818618766


   Can you provide a proper solution for this issue please?  as per issue opened here https://github.com/apache/cordova-plugin-inappbrowser/issues/844#issuecomment-815845661


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


[GitHub] [cordova-plugin-inappbrowser] boboxiaodd commented on issue #864: [ios]open window with hidden=yes, window can't close

Posted by GitBox <gi...@apache.org>.
boboxiaodd commented on issue #864:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/864#issuecomment-816766404


   i use this solve this problem temporarily
   
   ```
   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:
users@infra.apache.org



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


[GitHub] [cordova-plugin-inappbrowser] boboxiaodd closed issue #864: [ios]open window with hidden=yes, window can't close

Posted by GitBox <gi...@apache.org>.
boboxiaodd closed issue #864:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/864


   


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