Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

184
Views
how to communicate between WKWebView in swiftUI with javascript in HTML5

I use WKWebView within swiftUI,may I please ask how can I communicate between Javascript in Html5 and webkit? I use userContentController, and also called userContentController.add(messageHandler, name: "messageHandler"), but I couldn't find the webkit property in window property in the Html5,it is undefined. I don't know how to adjust my code, and how to call the webkit to communicate with the webkit to WKWebkit in Javascript, below is my code

 func updateUIView(_ uiView:WKWebView,context:Context) {
        if let url = url, let requestURL=URL(string:url){
            let webConfiguration=WKWebViewConfiguration()
            let userContentController=WKUserContentController()
            webConfiguration.userContentController=userContentController
            
            uiView.load(URLRequest(url:requestURL))
            var cache=URLCache.init()
            URLCache.shared.removeAllCachedResponses()
            URLCache.shared.diskCapacity=0
            URLCache.shared.memoryCapacity=0;            
            userContentController.add(messageHandler, name: "messageHandler")

        }
        
    }
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!