Click on push - page stops mid transition

Hi!

When I click on my iOS Push Notification to open the app I’m navigation the user to the relevant page of the clicked Push Notification with current_view.router.navigate. This code works great when the app is open and I click on the Framework7-Push-Notification. But when clicking on an iOS push notification the page transition stops in the middle of the transition as the image shows: https://imgur.com/a/hUqM5ON

The current page (=old page) is shown 2/3 of the screen. The 1/3 is a white banner which is not part of the new page the user should be navigated to.

What can I do?

Impossible to say like that, but more likely there is some JS error. Check the console in developers tools

I checked the console: there were no errors. It is very odd. Can you think of another possible problem I could check?