Skip to content

Commit

Permalink
Use Safari Controller as the default
Browse files Browse the repository at this point in the history
  • Loading branch information
olivaresf committed Nov 30, 2023
1 parent 875a4c2 commit 931bb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Turbo Navigator/TurboNavigatorDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public extension TurboNavigatorDelegate {
}

func handle(externalURL: URL) -> ExternalURLNavigationAction {
.openViaSystem
.openViaSafariController
}

func visitableDidFailRequest(_ visitable: Visitable, error: Error, retry: @escaping RetryBlock) {
Expand Down

0 comments on commit 931bb79

Please sign in to comment.