Hi,, I have my mobile app in Androp 2.3.3.. I am getting an odd behavior like,,

  • Replies:5
Raju Valivarthi
  • Forum posts: 3

Jun 5, 2012, 7:30:11 AM via Website

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
Eric McBride
  • Forum posts: 1,790

Jun 5, 2012, 2:12:07 PM via Website

Can you post a screenshot of the problem?

Reply
Jeremiah
  • Forum posts: 775

Jun 5, 2012, 9:09:34 PM via Website

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
Raju Valivarthi
  • Forum posts: 3

Jun 6, 2012, 6:24:13 AM via Website

Thanks for replying.. Both options are not working..

Reply