0

I have an Ionic 3 app (can't update right now) and am using Cordova Plugin Splashscreen to show the app's splash-screen.

Ideally when the user clicks the Overview (the one on the right) for multiview to see all active apps my app would show a splash screen instead of the current data on the app. I could not find this in the documentation but I think I might not be using the right names.

halfer
  • 19,824
  • 17
  • 99
  • 186
av0000
  • 1,917
  • 6
  • 31
  • 51

1 Answers1

1

After a bit of googling I found a FLAG_SECURE flag you could use, but it seems to break the app for some devices/Android versions.

Sources:

A better option would probably be to listen to the pause and resume events and manually hide/show your content or overlay an image.

Thomas
  • 8,426
  • 1
  • 25
  • 49