katzer / cordova-plugin-background-mode

Keep app running in background
Apache License 2.0
1.38k stars 1.02k forks source link

background mode + phonegap-plugin-push #291

Open steedems opened 7 years ago

steedems commented 7 years ago

while cordova-plugin-background-mode is installed, taps on push notifications do not open the app.

it happens because launchMode on the android manifest is overwritten with singleInstance see #246

hope it helps and adds reasons to merge #290

McSam94 commented 5 years ago

@steedems have you figure out how to fix it?