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

enter image description here

e.g. other ios app (apple notes)

enter image description here

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

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -