Developer Network
Developer Network
Developer Network
ProfileText
ProfileText
:CreateViewProfileText:
Sign in
Subscriber portal
Get tools
Downloads
Visual Studio
SDKs
Trial software
Free downloads
Office resources
Programs
Subscriptions
Overview
Administrators
Students
Microsoft Imagine
Microsoft Student Partners
ISV
Startups
Events
Community
Magazine
Forums
Blogs
Channel 9
Documentation
APIs and reference
Dev centers
Samples
Retired content
We’re sorry. The content you requested has been removed. You’ll be auto redirected in 1 second.
Ask a question
Quick access
Forums home
Browse forums users
FAQ
Search related threads
Remove From My Forums
Asked by:
Start input of text in input fields with upper case letter?
Archived Forums A-B
>
Building Windows Store apps with HTML5/JavaScript (archived)
Question
0
Sign in to vote
Can we somehow force the softkeyboard to switch to uppercase mode for the first character the user types?
Thursday, November 20, 2014 2:46 AM
All replies
0
Sign in to vote
You can set the
input type
. Beyond that you cannot control the state of the input pane.
Thursday, November 20, 2014 2:49 AM
Moderator
0
Sign in to vote
Hmmm yes, I am already using input-type. But it does not change this behaviour. Guess I have to resort back to some JS hacking.
Thursday, November 20, 2014 2:51 AM