You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior:
I am using IonicPage decorator with some of my pages. When I run project in browser using ionic serve each page URL is correctly shown in url bar. But when I open any url directly, it take me to root page. I am using tabs at my home page & want to open inner pages.
Expected behavior:
Page should open directly.
Steps to reproduce:
Create an app with 2 tabs. (say a and b)
create a page (say a_1) which will be navigated when click a button in root page of tab 'a'.
Try to open page a_1 directly with URL.
The text was updated successfully, but these errors were encountered:
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Ionic version: (check one with "x")
[ ] 1.x (For Ionic 1.x issues, please use https://github.com/driftyco/ionic-v1)
[ ] 2.x
[x] 3.x
I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
I am using IonicPage decorator with some of my pages. When I run project in browser using ionic serve each page URL is correctly shown in url bar. But when I open any url directly, it take me to root page. I am using tabs at my home page & want to open inner pages.
Expected behavior:
Page should open directly.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: