12-09-2011 11:30 AM
When I tap on a text input on a form in my app I would like to be able to disable the playbook touch keyboard from popping up because I want to use my own input buttons for it. I really hope this is possible....
Nick
Solved! Go to Solution.
12-11-2011 12:59 AM
Its possible. The way you do this is
1) Create a fake looking input box
2) Attach a click event to it
3) On click slide up your custom keyboard using something like webkit-transform
If you find that the keyboard is popping up, you can also disable it by doing a blur().
Hope that helps! ![]()
12-13-2011 01:37 PM
I think this post answers your question.
button below the post(s)
01-05-2012 07:56 AM
Thanks greenback. I used your solution and it worked great.
Nick