[TIMOB-19940] Add *appearance-properties to AlertDialog
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-11-16T18:19:49.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 5.2.0 |
Components | iOS |
Labels | qe-5.2.0 |
Reporter | Fokke Zandbergen |
Assignee | Angel Petkov |
Created | 2015-11-12T13:17:55.000+0000 |
Updated | 2016-01-22T00:42:44.000+0000 |
Description
We've added
*keyboardType
and *keyboardReturnKeyType
properties to Ti.UI.AlertDialog
in 5.1.0 but not *appearance
, to switch between the default or alert (black) appearance of the soft keyboard on iOS, like we have for TextField and TextArea.
PR pending https://github.com/appcelerator/titanium_mobile/pull/7435/files
PR approved, please check the comments [~fokkezb] left to change the
appearence
property tokeyboardAppearance
.[~hansknoechel] [~apetkov] I just created TIMOB-20000 ;)
Verified as fixed,
keyboardAppearance
works as intended, receive appropriate deprecated messages whenappearance
is called. Tested on: iPhone 6s Plus Device (9.2) Mac OSX El Capitan 10.11 (15A284) Ti SDK: 5.2.0.v20160114021251 Appc NPM: 4.2.3-1 App CLI: 5.2.0-228 Xcode 7.2 Node v4.2.3 *Closing Ticket.*