Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Dashcode Widget

I have created a form as a Dashcode Widget for iBooks Author. The input is managed by jScript. All the input fields are numeric. On the iPad how do I make the keyboard stay active for numeric input?

Posted on Oct 27, 2013 4:18 PM

Reply
1 reply

Oct 28, 2013 1:33 PM in response to adnixon

I think I have found the solution in main.html I changed the 'type' in this code:


<inputid="textField"type="text"name=""value=""class="apple-textfield apple-no-children"apple-part="com.apple.Dashcode.part.textfield"


to


<inputid="textField"type="number"name=""value=""class="apple-textfield apple-no-children"apple-part="com.apple.Dashcode.part.textfield"


Cheers Ant..

Dashcode Widget

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.