Ionic 4 native plugin not working
问题 I am facing a problem with Ionic 4 native plugins. I have installed ionic 4 Cordova native plugin "Geolocation" but when I run the app into my iOS or Android device it's showing to me a blank white screen and nothing happening. app.module.ts code: import { Geolocation } from '@ionic-native/geolocation'; @NgModule({ declarations: [AppComponent], entryComponents: [], imports: [ BrowserModule, IonicModule.forRoot(), AppRoutingModule, ComponentsModule ], providers: [ StatusBar, SplashScreen, **