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

Not able to return into the app #35

Closed
DidoMarchet opened this issue May 12, 2023 · 1 comment
Closed

Not able to return into the app #35

DidoMarchet opened this issue May 12, 2023 · 1 comment

Comments

@DidoMarchet
Copy link

Hi!
Thanks for this plugin!
I have an issue.
When I open the app settings (IOS) I'm not able to return into the app (clicking the app name in the top left corner of the screen.)

I missed something?
This is my simple code triggered on click:

try {
    await NativeSettings.open({
      optionAndroid: AndroidSettings.ApplicationDetails,
      optionIOS: IOSSettings.App,
    });
  } catch (e) {
    console.error(e);
  }

Thanks and kind regards,
Davide

@RaphaelWoude
Copy link
Owner

Hiya, Would you be able to provide what version of IOS & plugin you are using?

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