Problem router.navigate

Hi I’m using f7 v4 and I’m having trouble with iOS

mainView.router.navigate(’/senha-restaurada’,
{ reloadCurrent: false,
reloadPrevious: false,
reloadAll: true });

Android is working normal. Has anyone had this problem?

can you explain the problem. what do you expect on ios and whats happening?

Hello, it simply does not redirect.

In android this is normal redirecting, but when I’m in the ios it does not give any error and also does not go to the page that is being redirected.

The strangest, that the routes exist, and not the error.