Support for Mouse Tracking
Could you add support for mouse pointer tracking when embedding websites so that they can be more interactive?
@Justsnoopy30 Mouse pointer tracking should be working just fine. Can you provide me the website for me to test?
https://mgz.me should work to show Notice if you move the mouse around on the desktop, the scenes don't recognize it and don't move with your mouse movements.
Any update on this?
Hi @Justsnoopy30 Not yet but I had figured out that WebKitGTK was the cause of this issue and #36. Some webpage has issues with WebKitGTK but works fine with modern browsers like Firefox, chrome, etc. This could be resolved if we switch the chromium-based backend.
Still waiting for cefpython to add python 3.8++ support for Linux...
https://github.com/cztomczak/cefpython/issues/546
Meanwhile, there is an unofficial build available: https://pypi.org/project/cefpython3-for-python-3.9.6-unofficial/ Using this I might be able to provide an update =)
Closed as won't fix. WebKitGTK really needs to catch up with the modern browsers and there's not much I can do.