Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-15212] Support the "Twitter" keyboard - Easy new feature request

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsios, keyboard, keyboardType, style, twitter
Reporterkosso
AssigneeUnknown
Created2013-09-16T22:27:28.000+0000
Updated2018-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

FileDateSize
Screen Shot 2013-09-16 at 23.26.47.jpeg2013-09-16T22:27:28.000+000053641

Comments

  1. Tim Poulsen 2014-12-01

    Community PR for this: https://github.com/appcelerator/titanium_mobile/pull/5894

JSON Source