Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
1 answer
197 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 ...
0 votes
0 answers
38 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 ...
1 vote
1 answer
148 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 ...
0 votes
1 answer
251 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 ...
1 vote
1 answer
781 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 ...
0 votes
1 answer
149 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 ...
1 vote
1 answer
205 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 ...
0 votes
1 answer
75 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 ...
1 vote
0 answers
118 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 ...
1 vote
1 answer
393 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 ...
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 ...
2 votes
1 answer
398 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 ...
2 votes
0 answers
255 views

Problem: I would like SFSafariViewController to autoplay a YouTube video in full screen. Code: import SafariServices @objc func handleYTTap(_ sender: UIGestureRecognizer) { let ...
0 votes
1 answer
227 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. ...
1 vote
1 answer
211 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 ...

15 30 50 per page
1
2 3 4 5
...
21

AltStyle によって変換されたページ (->オリジナル) /