[TIMOB-25162] dynamic setColor() or color are not working for Switch object on Android when elements are inside tableView
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | ILAY SENER |
Assignee | Unknown |
Created | 2017-08-13T08:29:56.000+0000 |
Updated | 2018-02-28T19:55:32.000+0000 |
Description
add below to your default Alloy project.
Index.xml
------------
index.js
-----------
setTimeout(function()
{
$.projector.setColor('#9C1F4D');
$.projector.color = 'orange';
console.log('blabla');
}, 2000);
Attachments
File | Date | Size |
---|---|---|
Screen Shot 2017-08-13 at 18.29.33.png | 2017-08-13T08:29:49.000+0000 | 151716 |
No comments