On ios, my ionic app always shows the status bar however on android the status bar is hidden until I focus an input component. The status bar appears over my search bar.
If possible how can I hide the statusbar completely ? otherwise how can I make it always shown like ios.
Edit: It seems like ios ignores “display”: “fullscreen” on manifest.json.