Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (keyboard)
Viewing all articles
Browse latest Browse all 352

Show Android keyboard without the mic/autocomplete bar

$
0
0

I've got a TextField that's doing a search autocomplete, and if possible, I'd like to disable the mic/autocomplete bar on the keyboard when the TextField is focused. (It takes up a lot of unnecessary vertical space). I've noticed that the Gmail app does this when you're addressing an email to contacts, for example, but I'm not sure how to make this happen in Titanium.

I found this suggestion for Android developers:

> Add this line into your EditText. > > android:inputType="textFilter" > Here is a Tip. Use this line if you want to be able to use the "enter" key. > > android:inputType="textFilter|textMultiLine"

...but I'm not sure how to apply something like that to Titanium.

Either way: Anyone have any suggestions for this?


Viewing all articles
Browse latest Browse all 352

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>