Capacitor Router HistoryMode
-
Hello!
Perhaps this is a limitation with capacitor but I thought I’d ask. In quasar.conf.json I set
vueRouterMode: 'history'
and it works fine in SPA mode.
When I run it on Android or iOS it reverts back to hash based routing though.
Is it possible somehow to use history-mode even on native platforms?Cheers
-
Definitely supported in capacitor according to their doc:
-
@dobbel
Strange, it seems to be the preferred approach even.