Hi
I want to access the setting page for my ionic app what should I pass in as argument here in place of about
this.plt.ready().then(()=>{
this.openNativeSettings.open(“about”).then(val=>{
})
})
Like if chrome is the app I want to open this page
Thanks
1 Like
You can use capacitor-native-settings plugin. Make sure to look at the docs for AndroidOptions and iOSOptions and set them accordingly.
1 Like
You can use Application settings of capacitor-native-settings
NativeSettings.open({
optionAndroid: AndroidSettings.ApplicationDetails,
})
ApplicationDetails
will take you to the app’s settings