Status Bar disappear on camera trigger on IOS platform Ionic 8 with capacitor 7

Hi guys l have a bug lm facing on Ionic 8 with capacitor 7 the status bar disappear if you trigger the camera on IOS platform. Is there anyone having the same issue as me or there is a fix on this issue?
The status bar disappear and the menu icon and page title is right at the top cut off from the page. All other pages works fine problem only arises on camera action trigger

Your assistance will be much appreciated. the status bar disappears.

Ionic:

Ionic CLI : 7.2.1 (/usr/local/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 8.4.3
@angular-devkit/build-angular : 19.2.0
@angular-devkit/schematics : 19.2.13
@angular/cli : 19.2.0
@ionic/angular-toolkit : 12.1.1

Capacitor:

Capacitor CLI : 7.1.0
@capacitor/android : 7.1.0
@capacitor/core : 7.2.0
@capacitor/ios : 7.1.0

Utility:

cordova-res : 0.15.4
native-run : 2.0.1

System:

NodeJS : v20.18.3 (/usr/local/bin/node)
npm : 10.8.2
OS : macOS Unknown

I think it’s a bug on the status bar plugin

Thanks for the response, is there a workaround for this issue as my app page title and back button are affected when status bar is removed.

I think the only workaround is to remove the plugin.

What’s the problem with the title and back button?
If you are using overlaysWebView true to avoid the safe areas, that might be removed in Capacitor 8.
You can avoid those areas with CSS, check

Does this [Bug]: status bar is gone after the camera is dismissed (iOS only) · Issue #2310 · ionic-team/capacitor-plugins · GitHub look similar? If yes, here is a potential fix [Bug]: status bar is gone after the camera is dismissed (iOS only) #2310 by ryaa · Pull Request #2347 · ionic-team/capacitor-plugins · GitHub