Flex Mobile 4.5 和 4.5.1 - 如何在某些文本输入而不是普通输入上调用数字软键盘
Flex Mobile 4.5 和 4.5.1 - 如何在某些文本输入上调用数字软键盘而不是正常的
,没有限制的解决方案,我想当我按下文本输入时,我想查看像 1. 2. 3 这样的数字按钮4.5.6.7.8.9.0 就像我将其切换为数字时
此问题出现在 Android、ios、黑莓上
Flex Mobile 4.5 and 4.5.1 - how to Call a numeric Sofkeyboard on some text-inputs instead of normal
without the solution of restrict, i want when i press a text input, i want to view a numeric buttons like 1. 2. 3. 4. 5. 6. 7. 8. 9. 0 like when i switched it to numeric
this problem is on Android, ios, blackberry
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
最简单的事情是构建具有该功能和布局的自定义组件。
Easiest thing to do is to build a custom component with that functionality and layout.
从 Flex 4.6 开始,有一个选项 softKeyboardType,您可以在其中指定键盘显示的模式:http://help.adobe.com/en_US/FlashPlatform/beta/reference/actionscript/3/flash/text/SoftKeyboardType.html
Devgirl 有一个很好的博客,其中包含示例:http://devgirl.org/2011/11/29/flex-mobile-development-flex-4-6-cool-new-soft-keyboard-features-sample-w-source/
Starting with Flex 4.6, there is an options softKeyboardType in which you can specify which mode you want the keyboard to appear in: http://help.adobe.com/en_US/FlashPlatform/beta/reference/actionscript/3/flash/text/SoftKeyboardType.html
Devgirl has a good blog with examples: http://devgirl.org/2011/11/29/flex-mobile-development-flex-4-6-cool-new-soft-keyboard-features-sample-w-source/