Skip to main content
1 vote
1 answer
184 views

I’m trying to integrate Stripe Onboarding in my SwiftUI app, so my users can sign-in to Stripe and than get back to my app after they finish. and my server is already issuing two HTTPS redirects for ...
vigdora's user avatar
  • 411
0 votes
0 answers
37 views

I am facing an issue when opening URLs with: await ChromeSafariBrowser().open( url: WebUri(url), ); It works on a real device, only happens on simulator This results in a whitescreen, where I'm ...
Chris's user avatar
  • 2,404
1 vote
1 answer
145 views

I am building a SwiftUI application with a list of products, where each product has an associated URL. When the user clicks the “Info” button of a product, a SafariView should open to display the ...
Freddy2403's user avatar
0 votes
1 answer
244 views

We have a mobile app that sometimes jumps out to our website to show certain pieces of content. Currently for these jumps we use SFSafariViewController on iOS and Chrome Custom Tabs on Android, we are ...
MobileDev's user avatar
  • 393
1 vote
1 answer
760 views

I’m trying to show a eSIM QR code via a WKWebView and get the ‘Add eSIM’ option when the user long press on the QR code. But when I long press on my device it doesn’t show the ‘Add eSIM’ option in the ...
Sandun Rajitha's user avatar
0 votes
1 answer
145 views

After presenting SFSafariViewController modally, a user presses the "Done" button and the controller is dismissed with animation. If I implement the delegate and try to dismiss it without ...
Mando's user avatar
  • 11.8k
1 vote
1 answer
201 views

I'm trying to embed Safari in a drawer in swiftui. Clicking a button will open the drawer with the SFSafariViewController. I have the following code: import SwiftUI import SafariServices struct ...
sbdchd's user avatar
  • 697
0 votes
1 answer
74 views

I want to open the desktop version of a link using SFSafariViewController. I have found solutions for how to use SFSafariViewController and separately for how to open the desktop version of a link but ...
amelia's user avatar
  • 111
1 vote
0 answers
112 views

I am using SFSafariViewController to open links in my app. Regardless of which link, the "Listen to Page" button is disabled. However, it's enabled and works fine if the same link is opened ...
sudoExclamationExclamation's user avatar
1 vote
1 answer
385 views

Background: The iOS app I am working on is a native app but has a few web views using SFSafariViewController. Due to security requirements, the app needs to prevent the user from using 3rd party ...
eph515's user avatar
  • 377
1 vote
0 answers
2k views

I am trying to make an Android app that will play Netflix in a WebView so that I can mimic the functionality of a Chrome extension. Apparently Netflix doesn't allow streaming on mobile browsers which ...
user15134436's user avatar
2 votes
1 answer
397 views

There is another post on SO regarding this issue but it's from a while back and only deals with UIKit, not SwiftUI. I have SFSafariViewController working perfectly, and am using it via a programmatic ...
kittonian's user avatar
  • 1,534
2 votes
0 answers
253 views

Problem: I would like SFSafariViewController to autoplay a YouTube video in full screen. Code: import SafariServices @objc func handleYTTap(_ sender: UIGestureRecognizer) { let ...
adalovelacy's user avatar
0 votes
1 answer
224 views

In my application, it opens a website using SFSafariViewController. I don't want user to always login when opening the website. And I didn't find any documentation about SFSafariViewController cache. ...
ArgenBarbie's user avatar
1 vote
1 answer
210 views

I am fairly new to iOS and am a bit stuck on this issue. The problem is that when I rotate the device from landscape to portrait in SFSafariViewcontroller the DONE button gets pushed up. See image ...
Nilo's user avatar
  • 45

15 30 50 per page
1
2 3 4 5
21