cost 245 ms
你如何在 Xamarin 项目中使用 tpkeyboardavoiding? - How do you use tpkeyboardavoiding in a Xamarin project?

有谁知道如何实现 Xamarin.TPKeyboardAvoiding nuget 包? 我似乎找不到任何使用它的示例代码。 您是否将它添加到您的 .Portable 项目、.iOS 或两者中? 我假设它与 ScrollView 结合使用但不确定。 或者,是否有更新/更好的工具来在键盘弹出时移 ...

KeyboardAvoidingView 在我的代码中不起作用 - 反应原生 - KeyboardAvoidingView is not working in my code -react native

在我的代码中,我正在捕获 as user 的一些细节。 有许多输入字段和下拉菜单。 没有一切正常,所有值都在填充,能够更改值并获取所有数据。 但我正在实施“KeyboardAvoidingView”以避免与我的屏幕重叠的键盘。 就像当我点击 belwo 输入文件键盘时一样,但它与该字段重叠。虽然它应 ...

为什么KeyboardAvoidingView没有出现在React Native App中? - Why KeyboardAvoidingView is not appearing in React Native App?

我有带TextInput组件的React Native应用程序。 目前,我正在尝试实现当用户键入TextInput时出现的KeyboardAvoidingView ,但没有任何反应。 没有出现KeyboardAvoidingView 。 我更改了行为属性,将绝对位置放置在容器中,但是Key ...

在react native中使用KeyboardAvoidingView时,整个内容被推高 - Whole contents are pushed up when using KeyboardAvoidingView in react native

我在React Native中使用KeyboardAvoidingView时遇到问题。 以下是我的代码: 在Android上,当我点击TextInput时,上半部分被向上推,因此下半部分被填满了屏幕。 但是在iOS上也可以。 在Android上点击TextInput之前,请遵循 ...

React Native KeyboardAvoidingView 无法正常工作 - React Native KeyboardAvoidingView not working properly

我正在尝试使用带有行为 =“填充”的 KeyboardAvoidingView。 当我尝试在 TextInput 中输入任何文本时,TextInput 字段没有向上移动。 我最后添加了一个向上移动的小视图,但它上面的视图。 我也有带有偏移量的 KeyboardAvoidingView 高度属性。 ...

TPKeyboardAvoiding滚动视图默认为iOS中的错误返回键类型'Done',而不是UIReturnKeyNext - TPKeyboardAvoiding scrollview defaults to wrong return key type 'Done' in iOS not UIReturnKeyNext

我在许多iOS项目中都使用了这个避免键盘的键盘https://github.com/michaeltyson/TPKeyboardAvoiding.It可以按预期工作,但是在一个项目中却产生了一个奇怪的问题,即返回键标题始终是``Done''而不是``Next'' '。功能仍然是正确的,就像点击 ...

无法识别的选择器发送到实例resignFirstResponder - unrecognized selector sent to instance resignFirstResponder

我在我的应用程序中使用TPKeyboardAvoiding来显示键盘时隐藏移动文本字段,但是当我尝试结束编辑文本字段时遇到异常。 它来自TPKeyboardAvoiding中的此方法: 我在这里有点困惑。 不是所有的resignFirstResponder都响应resignFirst ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM