We are building Cordova PhoneGap application and using location service.
Like in iOS Native app If Location service is disabled, the Cordova app should show popup that will redirect to setting->privacy page. So that user can enable location service.
Solution I am using:
To resolve this issue I have installed Cordova Open Native Settings plugin, that has provided list of settings(like Bluetooth, Location, Security.. etc.) that can be opened.
ALONG WITH TOW METHODS
FOR Android
cordova.plugins.settings.openSetting("privacy", function(){ },function(){ });
AND FOR iOS
cordova.plugins.settings.open(function(){},function(error){});
It works properly for Android but Not for iOS
The issue with iOS is that it is opening Settings->MyAppSettingpage
The above one is not require for me.

This is expected for me
Please help me to do this using Cordova Phone gap.
Thank's
Try the following plugin (it is based on the plugin you are currently using). iOS 9 now supporting opening specific preference.
https://github.com/guyromb/Cordova-open-native-settings
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With