I am using ionic capacitor while i am doing app swicher on ios device black screen appeared while its in background mode,I dont how to fix this one. i have tried below solution but still no luck. might be this is ionic bug? i tried this one

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.