Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cursor stays default pointer on Mac #359

Open
fmoorsel opened this issue Oct 12, 2024 · 4 comments
Open

Cursor stays default pointer on Mac #359

fmoorsel opened this issue Oct 12, 2024 · 4 comments

Comments

@fmoorsel
Copy link

fmoorsel commented Oct 12, 2024

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?

@joaompneves
Copy link
Collaborator

Make sure you setup the webview it like this:

WebView.Settings.OsrEnabled = false;

@fmoorsel
Copy link
Author

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.

@joaompneves
Copy link
Collaborator

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

@fmoorsel
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants