Is it possible to make an instance of SFSafariViewController
that will only use WiFi and not the cellular network? If it's possible, how does one do so?
Asked
Active
Viewed 48 times
0

Isaac
- 10,668
- 5
- 59
- 68
-
Why not let the user choose if your app can use cellular or not via the Settings page for your app? – rmaddy Oct 02 '17 at 20:51
-
@maddy I'm dealing with a hardware device to which I've created a WiFi connection using `NEHotspotConfiguration` and I want to display a web page served up by the device, but the URL works both on-device and on the internet (with the internet showing a page with info on how to set up the device). – Isaac Oct 02 '17 at 21:14