Notification of "app is running in background"

Asked

Viewed 287 times

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 answer

0

If using Ionic 2, use the function.

BackgroundMode.configure({ silent: true });

Browser other questions tagged

You are not signed in. Login or sign up in order to post.