Ionic Framework (ionic-angular) was just released on Github and NPM:
Bugfixes and some bigger changes on natigation:
There were major improvements made to navigation in this release of ionic-angular. As a result, if you’re using deep linking, the urls of the application will be different. These URLs will likely change again in the near future with the next round of navigation improvements. We don’t recommend using href attributes in the application, rather use the navPush and navPop directives instead.
As a result, if you’re using deep linking, the urls of the application will be different…
What? Should I update the deep linking plugin too? But there is no new version of the plugin. And if there are different, how? how do I migrate/convert them? I don’t get it…
Thx for your answer. Do you mean the URIs used for the navigation, like the one I could see in my URL bar of my browser when I debug with ionic server for example?
If so, using “deep linking” for two different things is quite ambiguous I guess “learning by trying” will give a definitive thought … will give a try in the next days
That is how I understood it, yes.[quote=“reedrichards, post:5, topic:96186”]
If so, using “deep linking” for two different things is quite ambiguous
[/quote]
Well, this is the problem when native and web clash - the same “name” is used for different things here…
Mmmmh is it “normal” that now the webpack step, when I run “ionic cordova build ios --prod” took now 135.33 seconds? I mean it could, but just wanted to ask if someone has the same result…
we need the deep links as we are allowing users to share links (like mydomain/#/image/12345). Obviously changing the url will make their shares obsoletes.
Hi Tallprince,
I recently upgraded using npm install -g ionic@latest - install latest ionic.
I will also be using .
npm install -g ionic@3.4.0 - downgrade to previous version
as the “page”.module.ts files which were generated when generating a new page in ionic 3.4.0 have disappeared in 3.5.0 just as i was getting my head round them.
Hope this helps