We updated today to xCode 9 and our Visual Studio for Xamarin Development. I tested my apps on iPhone X and it has a spaces on upper and lower portion. Any idea and work around to update the app?
using Visual Studio Xamarin Forms.
We updated today to xCode 9 and our Visual Studio for Xamarin Development. I tested my apps on iPhone X and it has a spaces on upper and lower portion. Any idea and work around to update the app?
using Visual Studio Xamarin Forms.
You need to build against the iOS 11 SDK and have a launch storyboard or your app will run in compatibility mode on iPhone X, like you're seeing.
Enabling native resolution on the iPhone X may cause other issues that you'll need to work through. You should layout your views/constraints to the safe areas to solve those issues.