So i'm running the following code:
override func viewDidLoad()
{
if let url = URL(string: "https://www.directvnow.com") {
let request = URLRequest(url: url)
webview.load(request)
}The result is the view loading the webpage and saying the following "please rotate your phone we look better upright"... This is running on a MAC so why the heck is it even displaying a mobile interface?