Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ios]open window with hidden=yes, window can't close #864

Closed
3 tasks done
boboxiaodd opened this issue Apr 9, 2021 · 2 comments
Closed
3 tasks done

[ios]open window with hidden=yes, window can't close #864

boboxiaodd opened this issue Apr 9, 2021 · 2 comments

Comments

@boboxiaodd
Copy link

boboxiaodd commented Apr 9, 2021

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

Information

Command or Code

Environment, Platform, Device

Version information

Checklist

  • I searched for existing GitHub issues
  • I updated all Cordova tooling to most recent version
  • I included all the necessary information above
@boboxiaodd
Copy link
Author

i use this solve this problem temporarily

ref.show(); ref.close();

@marshall86
Copy link

Can you provide a proper solution for this issue please? as per issue opened here #844 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants