As a test, I put a WKWebView
into an NSWindow
in a template macOS app. Everything works as expected, except the mouse cursor doesn't change when hovering over hyperlinks, and the corresponding ":hover" pseudo classes (etc.) don't trigger in CSS, etc.
The same page works fine in Safari or Chrome.
How is it possible to restore this functionality when using WKWebView
on a non-touch device?