Hi, in my app I have to use a webview ;-((.
This webview uses HTML inputs and the crazy web developer made an autofocus to his input.
Unfortunately, then appears a keyboard. How can I suppress? 'Ti.UI.Android.hideSoftKeyboard();' doesn't work. I cannot modify the HTML stuff.
Rainer