Skip to content

Instantly share code, notes, and snippets.

View hayahyts's full-sized avatar
🏠
Working from home

Aryeetey Solomon Aryeetey hayahyts

🏠
Working from home
  • Thrive Market
  • Ghana
View GitHub Profile
@hayahyts
hayahyts / ViewController.swift
Last active June 21, 2025 01:38
How to prevent WKWebView to repeatedly ask for permission to access location?
import UIKit
import WebKit
import CoreLocation
class ViewController: UIViewController , CLLocationManagerDelegate, WKScriptMessageHandler{
var webView: WKWebView?
var manager: CLLocationManager!
override func viewDidLoad() {
super.viewDidLoad()