Multiple HTML files support / router support #4777
Unanswered
shortio-mac
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a project, which includes files:
/index.html
/settings/index.html
/login/index.html
and my links between files look like: /settings/profile (need to open settings/index.html) /dashboard => /index.html
currently it is done via plugin + monkey patching capacitor to expose required methods and classes
Is there any better way to do this?
Beta Was this translation helpful? Give feedback.
All reactions