guyromb / cordova-open-native-settings

Plugin to open native screens of iOS/android settings (maintained, end-2020)
http://gsrweb.net
MIT License
113 stars 107 forks source link

Open with capacitor #59

Closed rlesniak closed 3 years ago

rlesniak commented 3 years ago

Hey, I cannot use it with capacitor

Usage:

install:

npm install cordova-open-native-settings
npm install @ionic-native/open-native-settings
import { OpenNativeSettings } from '@ionic-native/open-native-settings';

...
document.addEventListener('deviceready', function () {
  OpenNativeSettings.open('wifi');
});
...

Error

Native: tried calling OpenNativeSettings.open, but the OpenNativeSettings plugin is not installed.
Install the OpenNativeSettings plugin: 'ionic cordova plugin add cordova-open-native-settings'

Any ideas?