在键盘设置为非默认值的自定义ViewCell中使用Entry时 (例如,数字) - 如果您聚焦条目,则会显示默认文本键盘 然后立即隐藏。第二次聚焦时,会显示数字键盘 如预期的那样。
答案 0 :(得分:0)
在主要活动中添加:
[Activity(Label = "Bla bLa", MainLauncher = true,Theme = "@style/MyTheme", ConfigurationChanges = ConfigChanges.ScreenSize
| ConfigChanges.Orientation,
WindowSoftInputMode = Android.Views.SoftInput.AdjustPan)]