Bootstrap Routing not working on Mobile App

Just updated an app I developed in 2021 and it seems that all routing has stopped working. No matter what link I click on in the emulator it just loads the home page.

Has something changed? I think I remember seeing something about this on the forums lately but can’t find it now.

Hello @brad
I think this is the topic you are talking about:

But it was a bug, not exactly sure if you’re going to find something useful there
Do you see any error on logcat or console?

Also, this doc was created on 2021 and edited on 2023 so maybe you can follow something new:

Unfortunately that doc is for new projects. Doesn’t help with current projects. :frowning:

Got it! All I had to do was add internal="true" to my page links. :beers:

2 Likes