My apologies if this is a known issue, but there seems to be a viewport sizing issue in iOS. I'm migrating an app from Cordova and thought it was potentially weirdness with that transition, however after creating a new 'tabs' app with the cli I'm still seeing the issue.
I'm using:
Xcode 10
iOS 12
Capacitor 1.0.0-beta.8
Ionic 4.0.0-beta.12
To recreate I ran:
ionic start --type=ionic-angular capTest
npm install --save @capacitor/core @capacitor/cli
npx cap init
npm run build
npx cap add ios
npx cap copy
npx cap open ios
Although it's difficult to tell in the screenshots below, this vanilla starter results in extra padding at the bottom of the viewport on multiple devices in iOS. These screenshots are from an iPhone 6 and iPhone X.
My apologies if this is a known issue, but there seems to be a viewport sizing issue in iOS. I'm migrating an app from Cordova and thought it was potentially weirdness with that transition, however after creating a new 'tabs' app with the cli I'm still seeing the issue.
I'm using:
To recreate I ran:
ionic start --type=ionic-angular capTest
npm install --save @capacitor/core @capacitor/cli
npx cap init
npm run build
npx cap add ios
npx cap copy
npx cap open ios
Although it's difficult to tell in the screenshots below, this vanilla starter results in extra padding at the bottom of the viewport on multiple devices in iOS. These screenshots are from an iPhone 6 and iPhone X.