How’d You Get Here?

When you tap the link to this page, Turbo proposes a visit to the app to decide how to handle the URL. In this case, it chooses to present a Turbo-based web screen.

Go back and try Intercept with a native view to see how to load a native screen instead.

This link will be presented using the same advance visit presentation:

Advance to another webpage

This performs a replace visit instead:

Replace with another webpage

This performs a replace visit to the current page, refreshing its content with morphing:

Refresh

This programatically refreshes the current page, performing a replace visit and refreshing its content with morphing:

Refresh programatically