I have ionic3 tabs starter project, when i push new page the URL become like this http://localhost:8100/#/nav/n4/tabs/tabs/t0/പത്രങ്ങൾ/news , and when making chnages in source, reload does not change to default localhost:/8100, i have to manually set it, is this an issue ?
That does indeed look strange. Is this a plain tabs starter project or did you change anything?
Post your ionic info
please.
hi @Sujan12 see my ionic info
ionic info
global packages:
@ionic/cli-utils : 1.5.0
Cordova CLI : 7.0.1
Ionic CLI : 3.5.0
local packages:
@ionic/app-scripts : 2.0.1
@ionic/cli-plugin-cordova : 1.4.1
@ionic/cli-plugin-ionic-angular : 1.3.2
Cordova Platforms : android 6.2.3
Ionic Framework : ionic-angular 3.5.0
System:
Node : v7.7.4
OS : Windows 7
Xcode : not installed
ios-deploy : not installed
ios-sim : not installed
npm : 4.1.2
it is tab starer template, i changed to lazy loading, that only
but the initial url is also http://localhost:8100/#/nav/n4/tabs/tabs/t0/പത്രങ്ങൾ/newspaper
There are newer versions of both available now. Create a new project and see if the error persists.
just upgraded to latest, now no issue
please note that i were using indic fonts in my tab title, that was the reason the url was encoded
also when i run serve with -lab the url is localhost://8100 only not changing when tabs clicked.
now i dont see any issue