Hi everyone !
I’m trying to build a PWA application with ionic using the Tab component. Everything works fine but there is one important point that is missing especially for SEO.
When my app is launching from start i can navigate in every page using tabs. URLs look like this : https://www.tangofury.com/tabs/(latest:latest) or https://www.tangofury.com/tabs/(tango-maestros:tango-maestros). The page works fine when i launche the app from start but when i copy/paste these url to a new window of my browser i get a “Page not found” message.
So tabs URL are not directly reachables ? I think i am missing something with the logic with routing and tabs.
Thank you for your help !