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

Notification click back to app #77

Closed basbroens closed 1 year ago

basbroens commented 1 year ago

Hi all,

Really new to capacitor. But got everything working. I just wondered if it was possible to redirect a user back to the app using backgroundGeolocation?

I can edit the title and message.. but thats about it.

diachedelic commented 1 year ago

What happens when you tap the notification?

basbroens commented 1 year ago

Nothing :)

diachedelic commented 1 year ago

That's odd. Have you configured a notification icon via strings.xml?

basbroensvz commented 1 year ago

yes, however.. i removed the android folder en reinstalled it. Now everything is working as expected. thank you for your help.