Xamarin App Keyboard is a different size to iOS Keyboard -
i'm developing ios app in xamarin (not using forms, using xamarin.ios) , have noticed keyboard appears in xamarin built app larger keyboards appear in other apps.
e.g. app
e.g. other ios app (apple notes)
the numbers aren't important, important there difference in size between 2 keyboards in terms of key height , key spacing.
there not appear obvious options or settings surrounding this. trying different keyboard styles (i'm using "default") not solve problem.
i keyboard same size normal ios app keyboard.
edit
krumelur's answer correct.
this how specified launch screens
https://stackoverflow.com/a/25960203/807836
in visual studio, there appear issue xml entry being lost if edit project file through ide.
this not xamarin related. app running in compatibility mode on iphone5 or 6. have provide launch screen particular device or launch image let ios know support bigger screen.
see here on how use launch screens.
Comments
Post a Comment