ios xcode capacitorjs storyboard constraint to stop status bar hanging over the top of the webview
xcode - webview content is showing in status bar In this post, it hints that to ensure the status bar is not sitting over the webview, ie in capacitorjs's case the app, you should add constraints to the storyboard. However,…