<<<<<<<<<< THIS POST IS MIGRATED FROM DEVCENTRAL ANDROID FORUM >>>>>>>>>>
My ET1 beta site has a web app written by a Motorola Business Partner. It requires all CAPS for any data entry.
Does anyone know if the android browser can be configured for all caps or if there is an add-on APK app for this?
Could a RhoElements app be written to translate case?
Posted on: 10/14/2011 12:57:10 PM by Sather, Chris (Symbol) in Mobile Computing: Android
Chris,
Re:
Since RhoElements is basically using JavaScript and HTML5 you can convert any text input easily to uppercase programmatically using the toUpperCase() JS method. You can also do it in CSS using
text-transform: uppercase;
You can find plenty of examples online if you search for those keywords. Hope that helps.
Adithya
Points: 1
You voted ‘up’
<<<<<<<<<< THIS POST IS MIGRATED FROM DEVCENTRAL ANDROID FORUM >>>>>>>>>>
Posted on:
Mobile Computing: AndroidPoints: 0
You voted ‘up’
Log in to post comments