I am woking on an app which is to be used as guided access app on iPad. Now, I have to integrate some useful apps like wifi settings to be called from my app. So is this possible through ionic?
Are you asking if you can change your wifi settings (such as changing networks) inside of you app?
I’m not sure if this would be even possible even if you were to write you app native.
You can get an retrieve your connection info using the network plugin
https://github.com/apache/cordova-plugin-network-information/blob/master/doc/index.md
@mhartington :
can we open network setting form ionic app?