`@solidjs/router` doesn't seem to work with Capacitor
In my
index.tsx
, I defined the routing like this
In my MainAppPage
, I have a <A href="/link">Link account</A>
When clicking on it, nothing happens on the built app through Android Studio, I don't even have an error in the console, nothing.
When checking in the browser on the PC, it works though.
Any idea on what's happening with Capacitor?
did a showcase video in case my explanation isn't good enough ðŸ˜1 Reply
fixed it by removing my
LocaleProvider
that was blocking the router somehow ?
this was breaking my router, any idea why?
upgraded solidjs from 1.7.3 to 1.7.6 in my i18n package somehow solved my issue