I have recently gotten a MacBook.
After some months I noticed the keyboard's light turned off and that It wasn't functional.
I SMC reset it once and it worked.
Then I got the same issue. I tried SMC reseting it but it never worked. I updated to macOS 11 then macOS 12. Did not help.
About My Mac:
MacBook (Retina, 12-inch, Early 2016)
Currently running macOS 12.01
Does anyone have a fix for this?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I can't seem to get a website to load on my macOS web browser app.
This is the code am using:
@IBOutlet weak var web: WKWebView!
let purl = URL(string: "https://www.google.com")!
web.load(URLRequest(url: purl))
web.allowsBackForwardNavigationGestures = true