Frafilips
Results
2
issues of
Frafilips
i'm trying with Ionic 6 and capacitor to ask the permission for ACCESS_BACKGROUND_LOCATION, but nothing is happening when i call androidPermission.requestPermission(androidPermission.PERMISSION.ACCESS_BACKGROUND_LOCATION). Instead if i request other permission all works properly....
I use that plugin as it's showed in the documentation of Ionic for Angulars app. I importSensors from @ionic-native/sensor/npx, i put it into app.module in the providers and i import...