When this key is set to NO
, your app will not terminate when the user switches to another app. Instead, it will move to the background and enter a suspended state. This should prevent the black screen issue.
Here’s how you can modify your Info.plist
file:
UIApplicationExitsOnSuspend
I am using ionic capacitor and while i click on app switcher i mean my application goes at the background then screen shows black.
2 posts - 2 participants