capacitor-community / background-geolocation

A Capacitor plugin that sends you geolocation updates, even while the app is in the background.
MIT License
177 stars 54 forks source link

Ionic/vue3 Example #99

Closed WynOwen72 closed 1 year ago

WynOwen72 commented 1 year ago

Do you have a simple example of using background-geolocation in an Ionic\Vuejs environment?

TIA

diachedelic commented 1 year ago

No, sorry. The only advice I can offer is that you might want to use the onUnmounted hook to clean up any watchers your component was using.