[TIMOB-19909] Two events for Ti.UI.Picker (DATE)
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | Low |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Android, iOS |
| Labels | n/a |
| Reporter | Rainer Schleevoigt |
| Assignee | Unknown |
| Created | 2015-08-22T09:06:24.000+0000 |
| Updated | 2018-02-28T19:55:15.000+0000 |
Description
Hi,
The iOS picker fires 'change' after "scrollend"; the Android picker fires always if the value is changed.
In a couple of projects I want the update a view depending on value in picker. In case of Android the view will frozen, because to many proxy methods are in queue. Polyfill at the time: working with timeouts to simulate a 'scrollend'.
Suggestion:
two events:
1. 'change' (like Android)
2. 'scrollend' (like iOS)
Code strong!
Rainer
No comments