[TIMOB-15212] Support the "Twitter" keyboard - Easy new feature request
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | ios, keyboard, keyboardType, style, twitter |
Reporter | kosso |
Assignee | Unknown |
Created | 2013-09-16T22:27:28.000+0000 |
Updated | 2018-02-28T20:03:28.000+0000 |
Description
There is another UIKeyboardType called UIKeyboardTypeTwitter which places a @ and # where the return key would be.
It's been available since iOS 5.0
Adding this to UIModule.m in the Ti SDK will provide this feature:
MAKE_SYSTEM_PROP(KEYBOARD_TWITTER,UIKeyboardTypeTwitter);
This would provide Titanium.UI.KEYBOARD_TWITTER for Ti.UI.createTextArea.keyboardType and Ti.UI.createTextField.keyboardType
See:
https://developer.apple.com/library/ios/documentation/uikit/reference/UITextInputTraits_Protocol/Reference/UITextInputTraits.html#//apple_ref/doc/c_ref/UIKeyboardType
Attachments
File | Date | Size |
---|---|---|
Screen Shot 2013-09-16 at 23.26.47.jpeg | 2013-09-16T22:27:28.000+0000 | 53641 |
Community PR for this: https://github.com/appcelerator/titanium_mobile/pull/5894