PWA: no scroll to top on status bar tap

Hi everyone,

I’m building a PWA with Angular + Ionic. Recently, I have noticed a missing behavior: the app doesn’t scroll to the top when tapping on the iOS status bar. The documentation has pointed me to the statusTap config option (Config | Ionic Config to Change Component Properties Globally) but setting it to true didn’t give any result.

I have created a repo to replicate the problem GitHub - sneas/ionic-pwa-status-tap and here is the App URL Ionic App . You can open it in iOS Safari browser to verify the “scroll to top” isn’t working when tapping on the status bar.

It feels like I’m missing something in my configuration, but I’m not sure what. Can anyone help me resolve that? Thanks in advance.

1 Like