Status bar not working as expected in iOS (Ionic 4, Capacitor)

So I have read that the old cordova-statusbar plugin is not working with Ionic Capacitor and we can use the Capacitor plugin StatusBar instead. However, nothing happens for me with a touch on the status bar.

Do I have to implement the scroll to top event by myself now? I was expecting to see the same behavior as with the Cordova plugin.

  • View controller-based status bar is set to YES in Info.plist
  • The status bar is all white, but nothing happens on a tap

Thanks for your input!