Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Titanium Alloy (sdk 3.1.3) で数値のみのキーボードのみを使用するにはどうすればよいですか
これは間違っているため:
KEYBOARDTYPE: Ti.UI.KEYBOARD_NUMBER_PAD
正しい構文は
keyboardType: Ti.UI.KEYBOARD_NUMBER_PAD
私のアプリでは完璧に機能しています。小文字 (KEYBOARDTYPE) を試すか、returnKeyType を追加してください。