TWEBEdit without Keyboard

I need help to use a TWEBEdit-Component on a mobile device. It always show the keyboard on screen. I use a PDA with external numeric keyboard, so I don't need a keyboard on display.

How could I do this?

It is a default behavior that on a mobile device the keyboard appears when an INPUT HTML element has focus. I could not find a way to stop this default behavior. You should see a similar behavior in other web applications. If you do not want to see the keyboard, I would suggest to move the focus away from the INPUT element and catch the input in a different way.