Hi, anyone knows how to refresh on index page ? i use view.router.refreshPage();
but dont work anything. but if i use on the other pages. that function its working fine.
thank you before
Hi, anyone knows how to refresh on index page ? i use view.router.refreshPage();
but dont work anything. but if i use on the other pages. that function its working fine.
thank you before
Your home page route must be url or templateUrl or componentUrl to make it work and refresh from somewhere
thanks you so much. working fine
i have one question again, why if i build on android with phonegap refresh page in index page not working ? but if i test on browser everything is working fine. for build android i should use location.reload();
to refresh app. but that not look native or dynamic.