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,471
  • 17
  • 87
  • 173
av0000
  • 1,695
  • 6
  • 23
  • 44

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
  • 7,603
  • 1
  • 29
  • 46