I have successfully developed an application on Ionic, but when it is in the background I see an "App is running in background" notification message.
How do I remove this message / notification?
I have successfully developed an application on Ionic, but when it is in the background I see an "App is running in background" notification message.
How do I remove this message / notification?
If you are using Ionic 2, use the function.
BackgroundMode.configure({ silent: true });