1
I developed application in Ionic successfully, but when it gets in the background I see a notification message "App is running in background".
How to remove this message/notification?
1
I developed application in Ionic successfully, but when it gets in the background I see a notification message "App is running in background".
How to remove this message/notification?
0
If using Ionic 2, use the function.
BackgroundMode.configure({ silent: true });
Browser other questions tagged ionic notifying
You are not signed in. Login or sign up in order to post.