IDEMSInternational / open-app-builder

PLH App Frontend
GNU General Public License v3.0
5 stars 24 forks source link

[FEATURE] Explore status bar customisation, consider exposing settings #2261

Open jfmcquade opened 3 months ago

jfmcquade commented 3 months ago

What? The native device status bar that displays at the top of the screen can be customised in various ways, including being hidden. We have not yet explored this customisation, but we should do so, potentially exposing properties to themes/skins/deployment configs.

Why? As highlighted in this comment, there is currently some discrepancy between how the native status bar appears on Android vs how it appears on iOS.

How? Capacitor offers a status bar API that can be used to apply various styling. This video also provides some examples.

Other details This is likely not a priority unless specifically requested