Necessary workarounds:
- capacitor-navigation-bar: We now directly include a patched version of
the plugin, as the original repo seems to be unmaintained atm and
currently. The patched version works with Capacitor 7.
- We need to set the statusbar overlay to false on mount, as true seems
to be the new default. Otherwise the top menu items would clip into
the Android statusbar.
Closes#942