BetterSafariView
BetterSafariView copied to clipboard
A better way to present a SFSafariViewController or start a ASWebAuthenticationSession in SwiftUI.
This was being [worked on](https://github.com/stleamist/BetterSafariView/pull/22) but seems to have stalled out. So I am creating a new PR to hopefully finish it out.
Hi, I am using iOS 14.5 and am trying to render a different SafariView depending on which button is clicked. I change the URL on the button action, but I...
initial `var url = "https://www.github.com"` after click a button or other event, `url` become another value `url = "https://www.google.com"` the SafariView how to load the lasted url
Using the WebAuthenticationSession example, verbatim, from the README, on iOS 15.4. When the popup appears on the device saying `"Test App" Wants to Use "github.com" to Sign In`, press `Cancel`...
Splitting into multiple packages allows users to import only the package they intend to use, which leads to smaller binary sizes. This is backwards compatible with no changes needed by...
I am wondering if there should be an example of using inside a NavigationLink since there is an example of the native view for this scenario.
I'm trying to use this package in Swift Playgrounds 4 and I get an error saying "package does not have version tags" when trying to add this package.
I am getting the following error when trying to build my project on my M1 mac mini. ``` Could not find module 'BetterSafariView' for target 'x86_64-apple-ios-simulator'; found: arm64, arm64-apple-ios-simulator, at:...
This pull request fixes the unexpectedly found nil when unwrapping optional by using ASPresentationAnchor() for iOS 13+ and MacOS 10.15+, otherwise defaults to original behavior.