@derman10 wrote:
I stuck for days trying to make it work “open-native-settings” on my ionic 3 project,.
So, following the documentation,
add this on app.modules.ts:
import { OpenNativeSettings } from '@ionic-native/open-native-settings/ngx';and add OpenNativeSettings in providers list.
Then en my .ts file:
import { OpenNativeSettings } from '@ionic-native/open-native-settings/ngx';Adding on constructor:
constructor(private openNativeSettings: OpenNativeSettings) { }but when trying call open() method I get:
(…) is not a function. (???)this plugin work fine on Ionic 3??
Why I see /ngx to the end of import line???
I need try this on Ionic 3, not Ionic 4.
any suggestions??
Thanks.
Posts: 6
Participants: 2