WebView
WebView copied to clipboard
Cursor stays default pointer on Mac
When hovering over links I would expect the cursor to change. However in the embedded browser of my application on Mac OSX it stays unchanged, the default arrow. When running safari/chrome (not embedded), the cursor changes as expected. Is this something I can influence by settings?
This setting is on false in my application, I also did a small this with the avalonia demo in the cefglue project. both with windowlessrendering to true and false. And there the cursos doesn't change as well despite having used both option for windowlessrendering so I guess it is not the Webview control but rather CefGlue of Cef that cause this issue.
I cannot reproduce the issue you have. Does it happen for instance on the google website?
Yes, all sites I access, using a Mac with arm64, the same code on Windows works as expected