当 FocusSearch 中的下一个控件无法聚焦在 Telerik 数据表单上时应用程序崩溃
app crash when next control in FocusSearch isn't focusable on Telerik dataform
目前我们的应用程序使用的是 3.5 版的 xamarin 表单,在 android 上,当您点击 next/done 任何数据输入文本字段时应用程序崩溃并显示错误消息:'java.lang.IllegalStateException : 焦点搜索返回了一个无法获得焦点的视图”。 iOS 不受影响。
https://github.com/xamarin/Xamarin.Forms/issues/5030
上面的 Githib 页面建议更改自定义渲染器中的控件 ImeOptions 作为临时解决方法。由于使用 Telerik 数据形式,我不相信我可以实现这个。
总而言之,有谁知道我如何实施 GitHub link 中所述的解决方法,或者知道任何其他 solutions/workaround 使用 Telerik Dataforms
谢谢。
这似乎是仅在 android 上的 xamarin 表单编辑器的已知问题。 https://github.com/xamarin/Xamarin.Forms/issues/4832
找到解决方法 - 实施自定义数据表单渲染器。
https://feedback.telerik.com/xamarin/1366529-dataform-android-exception-is-thrown-when-pressing-next-button-on-the-keyboard-on-xf-3-3-0
目前我们的应用程序使用的是 3.5 版的 xamarin 表单,在 android 上,当您点击 next/done 任何数据输入文本字段时应用程序崩溃并显示错误消息:'java.lang.IllegalStateException : 焦点搜索返回了一个无法获得焦点的视图”。 iOS 不受影响。
https://github.com/xamarin/Xamarin.Forms/issues/5030
上面的 Githib 页面建议更改自定义渲染器中的控件 ImeOptions 作为临时解决方法。由于使用 Telerik 数据形式,我不相信我可以实现这个。
总而言之,有谁知道我如何实施 GitHub link 中所述的解决方法,或者知道任何其他 solutions/workaround 使用 Telerik Dataforms
谢谢。
这似乎是仅在 android 上的 xamarin 表单编辑器的已知问题。 https://github.com/xamarin/Xamarin.Forms/issues/4832
找到解决方法 - 实施自定义数据表单渲染器。 https://feedback.telerik.com/xamarin/1366529-dataform-android-exception-is-thrown-when-pressing-next-button-on-the-keyboard-on-xf-3-3-0