breautek commented on issue #1143:
URL: https://github.com/apache/cordova-ios/issues/1143#issuecomment-920307322


   If you wanted to send a message to the webview, you should be going through 
the plugin interface for the callback system, e.g. the webview registers a 
callback which the cordova plugin can keep the callback alive and reuse as 
necessary for continuous events.
   
   But as for as evaluating javascript with WKWebview, I think you'll find 
[this](https://developer.apple.com/documentation/webkit/wkwebview/1415017-evaluatejavascript?language=objc)
 interesting, but not recommended in the context of cordova plugins.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to