The header is pushed to the statusbar when it receives notifications on the iphone - ionic 3

when installing the app for the first time on the iphone.
Iphone request permission to send notification. When the user accepts the request, the header of the application jumps to the status bar of the iphone (see attachment images).



This error occurs when we add the plugin cordova-plugin-webview
we found that statusBar.overlaysWebView (false); did not work

  • ionic v 3.20.0
    -cordova v 7.0.1
    npm v -5.7.1
    Please give us solution