Questions tagged [sfsafariviewcontroller]

Controller which allow you to present web content within the app.

The new SFSafariViewController class enables you to deliver interactive web content in your app just like Safari, including the key Safari UI elements already familiar to your users. See how to easily bring Safari features like Reader and AutoFill into your app, and provide a great web viewing experience with fewer lines of code.

309 questions
0
votes
2 answers

Install MDM profile via SafariViewController

I was wondering is there a way to install the profile(.mobileconfig) via SafariViewController. I'm aware that only Mail.app and Safari.app have the privileges of doing so. So, if there is way that SafariViewController can handle such request, please…
yathish
  • 13
  • 3
0
votes
1 answer

How to get branch.io universal links working when another app opens a Safari View Controller?

When I open a branch generated link through a third-party app, it opens in a Safari View Controller and won't open my app directly when it is already installed on my phone. Whereas clicking on the link through another app that doesn't open links in…
petranaya
  • 769
  • 1
  • 6
  • 23
0
votes
1 answer

SFSafariViewController background button color using global app colors

My app uses this line below to change all buttons to use this certain color. It also turns the buttons in my SFSafariViewController the same color which looks awful. However I cant find a good way to fix this. The only way I did it was the code…
Mike Flynn
  • 22,342
  • 54
  • 182
  • 341
0
votes
1 answer

Reset cookies with SFSafariViewController

How to reset/remove cookies in a SFSafariViewController ? Nothing seems available in class documentation. Any advice to reset the cookies ?
fvisticot
  • 7,936
  • 14
  • 49
  • 79
0
votes
1 answer

Safari view controller or WKWebKit

I would like to create an iOS app that accesses a Webpage that uses java script. The webpage has 3 login parameters, User ID, Password and Access code. Safari and Safari view controller will save the user ID and password but not the Access Code. I…
Hblegg
  • 189
  • 2
  • 10
0
votes
0 answers

Showing SFSafariViewController releases my NSFetchedResultsController data

I am showing webpages linked to article in my App, and not all provide a SSL connection. So I needed to implement a SFSafariViewController to show the website. On my iPad interface I manually add views to the mainController, but if I try to add the…
Luuk D. Jansen
  • 4,402
  • 8
  • 47
  • 90
-1
votes
1 answer

Replacing AppAuth with custom SFSafariViewController in IOS

i want to replace appauth with custom SFSafariViewController for login and getting back token from web.Can anyone help me how to proceed with this with some example or and tutorial. As i am beginner to iOS development I am not sure where to…
Ritu Suman Mohanty
  • 734
  • 1
  • 6
  • 15
-1
votes
1 answer

Is it possible to save SFSafariViewController state instead of reloading webpage?

I'm trying to open a YouTube playlist from a tabBar, allow the user to play a video, but I want the user to be able to pause the video, go back to the app and resume to the video when they re-open that tab. Is this possible in SFSafariView or…
LawyerLaw
  • 3
  • 2
-1
votes
1 answer

Open WebView Links on SFSafariViewController

The app opens articles in UIWebView, and i need the links of those articles to open on SFSafariViewController (it's mandatory). So far it will open on the webview and mess up my user experience. My WebView loads HTML Strings and load the content,…
1 2 3
20
21