Statusbar IOS in WK

how i can use ‘cordova-plugin-statusbar’ WK ignored him!

Do you have viewport-fit=cover in your html?

iOS Quirks

Starting with iOS 11 you must include viewport-fit=cover in your viewport meta tag if you want the status bar to overlay the webview:

<meta name="viewport" content="initial-scale=1, width=device-width, viewport-fit=cover">

Otherwise, see if there is an outstanding issue: