Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19909] Two events for Ti.UI.Picker (DATE)

GitHub Issuen/a
TypeImprovement
PriorityLow
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid, iOS
Labelsn/a
ReporterRainer Schleevoigt
AssigneeUnknown
Created2015-08-22T09:06:24.000+0000
Updated2018-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

Comments

No comments

JSON Source