Framework v2 router not working on iOS 14

Hello,

I have a pretty old app that im trying to get working again. I’ve updated Cordova and stuff and now it’s working good in the browser, but if I try to build it for iOS I don’t get any further than the login page, when I login correctly it doesnt navigate the the next page:

routes: [
					{
						path: '/',
						url: 'index.html'
					},
					{
				      path: '/languagelist/',
				      url: 'languagelist.html'
				    },

mainView.router.navigate(’/languagelist/’);

Any idea why it’s not working? I don’t get any error messages, and like i said in the browser it works perfect.