You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NativeScript Playground
Tested on iPhone 12 Pro iOS 14.4
Describe the bug
I'm binding RadListView items with array items inside ItemService at HomeComponent.
Then, I push data to array items from HomeComponent and RadListView item is update properly.
But if I navigate to other component ItemComponent, push data to array items
and then navigate back to HomeComponent using this.routerExtension.back({ relativeTo: this.activatedRoute }) RadListView item is not update while other binding is update properly (such as count is update properly)
Please see a sample project for more details.
To Reproduce
Try add item from HomeComponent, the RadListView update properly
Navigate to ItemComponent then click "Add" button. Now item is pushed to array and automatically navigate back
RadListView inside HomeComponent is not update properly
Expected behavior
RadListView should update when items is pushed or delete in other component and navigate back
Environment
NativeScript Playground
Tested on iPhone 12 Pro iOS 14.4
Describe the bug
I'm binding RadListView items with array
items
insideItemService
atHomeComponent
.Then, I push data to array
items
fromHomeComponent
and RadListView item is update properly.But if I navigate to other component
ItemComponent
, push data to arrayitems
and then navigate back to
HomeComponent
usingthis.routerExtension.back({ relativeTo: this.activatedRoute })
RadListView item is not update while other binding is update properly (such ascount
is update properly)Please see a sample project for more details.
To Reproduce
HomeComponent
, the RadListView update properlyItemComponent
then click "Add" button. Now item is pushed to array and automatically navigate backHomeComponent
is not update properlyExpected behavior
RadListView should update when items is pushed or delete in other component and navigate back
Sample project
https://play.nativescript.org/?template=play-ng&id=Ts9bSH&v=1
Additional context

Example GIF for the issue.
The text was updated successfully, but these errors were encountered: