Simple iOS href not working

What platform are you building for?

iOS

What framework are you building with?

Cordova

What is your build ID?

000d8215-3e79-4926-8a5f-c63238693808

What is your error message?

No error

Please describe the issue:

I’m going crazy with an outdated app on iOS, i have updated it on Android, everything works, when i have updated it for iOS no internal links works, all external links works properly, but the navigation links do nothing. I have tried to add a target self on index link and it works for the next screen, but on next screen (the a labels are dinamic) not.

The app includes jQuery Mobile…

This sounds like your allow list isn’t configured in your config.xml - here is the documentation: Manage App's Allow List - Apache Cordova

If you’re still having issues can you post your config.xml and I’ll take a look?