Not able to return into the app
DidoMarchet opened this issue · 1 comments
DidoMarchet commented
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 commented
Hiya, Would you be able to provide what version of IOS & plugin you are using?