WebView icon indicating copy to clipboard operation
WebView copied to clipboard

Cursor stays default pointer on Mac

Open fmoorsel opened this issue 1 year ago • 4 comments

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?

fmoorsel avatar Oct 12 '24 07:10 fmoorsel

Make sure you setup the webview it like this:

WebView.Settings.OsrEnabled = false;

joaompneves avatar Oct 14 '24 09:10 joaompneves

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.

fmoorsel avatar Oct 14 '24 10:10 fmoorsel

I cannot reproduce the issue you have. Does it happen for instance on the google website?

joaompneves avatar Oct 14 '24 10:10 joaompneves

Yes, all sites I access, using a Mac with arm64, the same code on Windows works as expected

fmoorsel avatar Oct 14 '24 10:10 fmoorsel