[TIMOB-20465] iOS: Support "keypressed" event
GitHub Issue | n/a |
Type | Improvement |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-04-06T07:25:54.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 5.4.0 |
Components | iOS |
Labels | feedback, qe-5.4.0 |
Reporter | eric harms |
Assignee | Angel Petkov |
Created | 2016-02-25T18:31:48.000+0000 |
Updated | 2016-06-10T17:57:17.000+0000 |
Description
Would be great to have the keypressed event (only available now for Android, Windows) for IOS accessible in order to get the e.keyCode pressed on the hardware keyboard. or just being able to get the keyCode from the source onChange would suffice.
Comments
JSON Source
Hello, Thanks for your request. Usually the feature request takes time to implement. The request needs to be approved by the selection commeette. Also, There is currently lot in out pipeline. We will let you know if and when we will be able to implement the feature. Thanks.
Hello we've added a keyboardPress event which will get triggered every time a button is pressed (if listening for it) , the event will return the specific key pressed. PR:https://github.com/appcelerator/titanium_mobile/pull/7915 Demo Code :
PR pending : https://github.com/appcelerator/titanium_mobile/pull/7903
Verified as fixed, Keypressed events are not supported on iOS. Tested On: iPhone 6S (9.3.2) Device & iPhone 6 Plus (8.3) Device Mac OSX El Capitan 10.11.5 Ti SDK: 5.4.0.v20160608165242 Appc Studio: 4.6.0.201605201934 Appc NPM: 4.2.7-2 App CLI: 5.4.0-15 Xcode 7.3 Node v4.2.6 *Closing ticket.*