Notification of "app is running in background"

1

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?

    
asked by anonymous 15.02.2017 / 02:20

1 answer

0

If you are using Ionic 2, use the function.

BackgroundMode.configure({ silent: true });
    
22.02.2017 / 22:47