Does Safari flash when you slide right back?

Safari will flash when it slides back to the right. It will quickly appear on the previous page, skip to the current page, and then return to the previous page. Ui-router routing is used. What is the reason, please?

Mar.12,2021

I also encountered the problem when using vue. The problem was located because there was an asynchronous request before entering the route, and the next (), executed in the callback of the request caused a certain delay and blocked the rendering of the page returning to the previous page. Can you see if it's the same problem?


I also encountered this problem and solved it after abandoning Vue Transition .

see

Previous: The VUE component is not defined

Next: How to use flv.js? for vue

Menu