RaphaelWoude/capacitor-native-settings

Not able to return into the app

Closed this issue · 1 comments

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

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