soapdog / racket-web-view

A Web View for Racket GUI Toolkit
Other
19 stars 1 forks source link

WKWebView delegate doesn't work #1

Closed soapdog closed 5 years ago

soapdog commented 5 years ago

Without a delegate, the application can't receive navigation events from WKWebView. The current attempt to set it doesn't trigger an error but also doesn't work.

soapdog commented 5 years ago

Delegates are working now. I was setting them wrong.