How can i develop a customized keyboard on 开发者_开发技巧Windows Phone 7?
You can't create a custom keyboard. Check out this question asked earlier:
Creating a custom InputScope for Windows Phone 7
Well, you could create a custom keyboard, it would just be super complicated.
- create a popup that contains buttons that do what you want that mimics the keyboard
- add tap+focus listeners everywhere to handle making your popup visible and invisible like the keyboard
- spent a year debugging all the little issues that come up
it's possible, but the amount of work required to do it would probably not be worth the effort.
精彩评论