You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ihadeed Initially i was facing problem in Location Accuracy (Module has no exported member 'Location Accuracy'). This problem is now fixed, but i am getting another error after this fix
I also update ionic-native to latest but still no luck.
I am getting error
Argument of type number is not assingable to parameter of type string. (property) LocationAccuracy.REQUEST_PRIORITY_HIGH_ACCURACY
@ihadeed Initially i was facing problem in Location Accuracy (Module has no exported member 'Location Accuracy'). This problem is now fixed, but i am getting another error after this fix
I also update ionic-native to latest but still no luck.
I am getting error
LocationAccuracy.canRequest().then((canRequest: boolean) => {
if(canRequest) {
Error After this line
LocationAccuracy.request(LocationAccuracy.REQUEST_PRIORITY_HIGH_ACCURACY).then(
() => console.log('Request successful'),
error => console.log('Error requesting location permissions', error)
);
}
});
The text was updated successfully, but these errors were encountered: