-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
AndroidRelated to Android platform.Related to Android platform.bugSomething isn't workingSomething isn't workingiOSRelated to iOS platform.Related to iOS platform.
Description
< Main issue
When the "single action" property, like scrollToItem is set with the same value again, we don't get the value in the native components manager, because we probably compare the old and new value in the platform factory and call the update only if the value has changed. But sometimes it's not desirable - look at the following example:
- Create ListView with some items and set the
scrollToItemproperty to3(for example).
- Run the scene and scroll manually the list view to any other item.
- Set dynamically
scrollToItemproperty again to3
Result: On Android (and probably on iOS also) the list is not scrolled again to item 3. On Lumin the problem does not occur.
Metadata
Metadata
Assignees
Labels
AndroidRelated to Android platform.Related to Android platform.bugSomething isn't workingSomething isn't workingiOSRelated to iOS platform.Related to iOS platform.