Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

183
Vistas
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
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda