I am new to developing ion 2. I am using ionic 2 to create an application for web and mobile devices. I have one problem in web development using ionic 2.
I use ion navigation 2 to switch from one component to another (push method). This method will not generate a URL for the web application. As soon as we refresh the page, it will go to the route page.
My questions:
Is it possible to build url using ionic navigation functions 2?
Is it possible to control page refresh in my web application using ion navigation 2?
Will angular 2 routing be performed for an ionic application with both a web and a mobile device?
I am really stuck on these issues. please, help!!!!
source
share