Android Forum » HTC Android Phones » HTC Inspire 4G Forum » Hi,, I have my mobile app in Androp 2.3.3.. I am getting an odd behavior like,,

HTC Inspire 4G — Hi,, I have my mobile app in Androp 2.3.3.. I am getting an odd behavior like,,

Hi,, I have my mobile app in Androp 2.3.3.. I am getting an odd behavior like,,
created on Jun 5, 2012 7:30:11 AM
when I click on any <input type="text" id="XXX"/> control when I click on control to text any data.. on screen keyboard in I am getting a while textbox on the fly copy of original input text when I enter anything it is appearing in both the boxes.. it is looking odd behavir to client.. can you please anyone help me out
Reply with quote Reply Link ±0     (0 votes)
RE: Hi,, I have my mobile app in Androp 2.3.3.. I am getting an odd behavior like,,
created on Jun 5, 2012 2:12:07 PM
Can you post a screenshot of the problem?
Reply with quote Reply Link ±0     (0 votes)
RE: Hi,, I have my mobile app in Androp 2.3.3.. I am getting an odd behavior like,,
created on Jun 5, 2012 7:48:19 PM
Reply with quote Reply Link ±0     (0 votes)
RE: Hi,, I have my mobile app in Androp 2.3.3.. I am getting an odd behavior like,,
created on Jun 5, 2012 9:09:34 PM
Raju Valivarthi
when I click on any <input type="text" id="XXX"/> control when I click on control to text any data.. on screen keyboard in I am getting a while textbox on the fly copy of original input text when I enter anything it is appearing in both the boxes.. it is looking odd behavir to client.. can you please anyone help me out

Try setting the android:inputType="textFilter" attribute or try android:inputType="textNoSuggestions"
Reply with quote Reply Link ±0     (0 votes)
RE: Hi,, I have my mobile app in Androp 2.3.3.. I am getting an odd behavior like,,
created on Jun 6, 2012 6:24:13 AM
Thanks for replying.. Both options are not working..
Reply with quote Reply Link ±0     (0 votes)
RE: Hi,, I have my mobile app in Androp 2.3.3.. I am getting an odd behavior like,,
created on Jun 6, 2012 7:12:00 AM
Is this a quickSearch text box? Try SUGGEST_NEVER_MAKE_SHORTCUT from line b described here: http://developer.android.com/guide/topics/search/adding-custom-suggestions.html#ManagingShortcuts
Reply with quote Reply Link ±0     (0 votes)