rocksdanister / lively

Free and open-source software that allows users to set animated desktop wallpapers and screensavers powered by WinUI 3.
https://rocksdanister.com/lively
GNU General Public License v3.0
15.24k stars 1.07k forks source link

On website wallpapers mouse wheel and mouse drag don't work #853

Open julius177 opened 3 years ago

julius177 commented 3 years ago

I use Lively Wallpaper to integrate a Website on my desktop. The website contains a scroll bar. When I open the webpage in my Internet Browser, I can scroll down by using the mouse wheel or by dragging the scroll bar with the mouse. When I use the webpage as a wallpaper with Lively, however, the mouse wheel and dragging don't work. I can still scroll by clicking on the scroll bar, but it is less convenient. I tried different webpages, which all reproduce the same behavior.

As Mouse Click and Mouse Hover work, maybe it is not too difficult to make Mouse Wheel and Mouse Drag work as well?

I am using the newest version installed from github.

rocksdanister commented 3 years ago

Currently only code to handle left-click and movements are written.

grv87 commented 2 years ago

Drag and drop works for me in the current version. I use Notion workspace as a website. Unfortunately, drag also works when I press a button on the taskbar (see #311). I've almost broken my website several times.

rsmyst commented 2 years ago

Any updates on the feature? I'd love to see the scroll function implemented

rocksdanister commented 2 years ago

Currently on hold; this is the code area if anyone is interested: https://github.com/rocksdanister/lively/blob/2e68a2a1bfc61d244bb2111b6b8882c95dce12db/src/Lively/Lively/Views/WindowMsg/RawInputMsgWindow.xaml.cs#L194-L220