How to change url in the browser for progressive web app

Hello ,

I am using ionic framework to develop the website . I have different pages in that … I want to change the url in the address bar when someone click any item or navigation link .

I checked and found there is no routing available in ionic2 . Is anybody have any idea how we can do it ?

Reards
Surjan

2 Likes

Read up on @IonicPage here and you can probably achieve what you need: http://ionicframework.com/docs/api/navigation/IonicPage/

4 Likes

Thanks for your response … Do i need to upgrade the ionic version to implement this … right now i am using ionic 2.x

Thanks Josh … that link helped me … you are really a life saver :slight_smile:

Is it possible to remove # from the url …as all urls are showing with # ?