This is a migrated thread and some comments may be shown as answers.

First letter capitalization - Android

1 Answer 86 Views
AppBuilder Windows client
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Gerrit
Top achievements
Rank 2
Gerrit asked on 02 Dec 2013, 10:18 AM
Hi, 

I need to make a textbox first letter always capital letter.
I know I can do a "onkeypressed" or "onkeyup" but that makes the app slow, I was wondering if there was another way of doing it?

I found this : http://stackoverflow.com/questions/4808705/first-letter-capitalization-for-edittext
android:inputType="textCapSentences" : Is there a way to implement this on textboxes?

Kind Regards
Gerrit

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 02 Dec 2013, 02:47 PM
Hi Gerrit,

The link you've given is for native Android textbox, it would not have any effect on html 5 input. In general, such an attribute (autocapitalize) exists for inputs (see this page), but is not supported on most mobile platforms yet.

Regards,
Steve
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
Tags
AppBuilder Windows client
Asked by
Gerrit
Top achievements
Rank 2
Answers by
Steve
Telerik team
Share this question
or