itβs better if you show some code ... but it seems that the error is due to the inability to fulfill the promise [object PositionError]
, probably the application works fine when testing on the phone using GPS
on to extract data
try to catch an error, for example.
this.service(...).then(res => {}, err => {})
source share