You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iOS 13.4.1 iPad Pro 2nd 11 inch (and all iPads I tried) on Ionic Capacitor 1.5.2
Encountered problem status-bar-fill attribute in <ons-page /> is not set automatically on iPads. As a result toolbar is overlapped by the status bar. On iPhones with the same iOS version it works as expected.
iPad not working:
iPhone working:
Using react-onsenuis <Page> component vs. web component <ons-page /> makes no difference.
How to reproduce
Create empty project with above versions of onsen and capacitor. run npx cap init.
Add an index.html in www folder
Add page with toolbar.
Run npx cap add ios and npx cap open ios (having xcode installed)
Start the project on iPhone and iPad simulators with above versions