Reload tabs which are not routable

Hi,
My app contains 4 tabs and I want to reload one of that tab with pull-to-refresh.
I got the pull-to-refresh working but don’t know how to update tab’s content when refreshed.
I could pass in content as inner-content to some element on a tab but it doesn’t help because in my case and data needs to be compiled with it before displayed on the screen.

I tried doing router.refreshPage() doesn’t work.

Thank you in advance.

1 Like