Hi,
How can i force reload the current page without removing the navigation history.
I tried
this.navCtrl.setRoot(this.navCtrl.getActive().component);
It solves the problem ,but it removes the navigation history.
The problem im facing is, the page is getting loaded from the cache and hence few html elements like radio buttons/checkbox are not behaving like they do on initial load.
Regards,
Kiran