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
In using the Geolocation.watchPosition() method, it seems as though the ionic-native implementation of this is passing the options in as the second parameter, where the geolocation api is expecting an "onError" function. This results in the following error:
TypeError: Failed to execute 'watchPosition' on 'Geolocation': The callback provided as parameter 2 is not a function.
The text was updated successfully, but these errors were encountered:
Great! Will this be available in a new ionic-native build? Or should I clone the current branch and reference it locally until a new build is released?
Hi there!
In using the Geolocation.watchPosition() method, it seems as though the ionic-native implementation of this is passing the options in as the second parameter, where the geolocation api is expecting an "onError" function. This results in the following error:
TypeError: Failed to execute 'watchPosition' on 'Geolocation': The callback provided as parameter 2 is not a function.
The text was updated successfully, but these errors were encountered: