[SUPPORT REQUEST] - Chillhop website compatibility issue
Issue Description
I tried to use this webpage as wallpaper so I could have lofi music to relax every day. However, after setting it up, there is a pop-up with the website's description that cannot be closed, making it unusable. Do you have any suggestions?
https://chillhop.com/radio/
Windows version
Windows 11
Confirmation
- [X] I performed a search of the support requests to avoid submitting a duplicate request
- [X] I understand that not filling out this template correctly may lead to the request being closed
Update: I opened the website using the built-in webview browser and logged into my account. Now, when I start the web desktop, no pop-ups appear, but clicking on the desktop does not interact with the webpage at all, such as playing music🥲. Here are my settings; do you have any suggestions?
[configurations] redResetButton=false autoPauseFeature=true mouseToWallpaper=true allFilesAllowed=false askMultiScreen=true forceWebview=false autoYoutubeParse=true forceMouseToWallpaper=true
Hello, Sure, the only information sent to the wallpaper is the mouse position, not the clicks, if you want to do that you will have to rewrite the functionality of https://github.com/SegoCode/AutoWall/blob/master/src/tools/mouseSender.au3 using the hWnd you can send other inputs to that window with _WinAPI_PostMessage, why only the position is sent? if the mouse click is sent, when you are in another window, you can click on wallpaper buttons by mistake.
So then there is no way to do what you say with the current code, if you want to do it, you will have to code new implementation.
if you think this is a useful functionality beyond this web page, you can open a feature request
Understood. Sending only mouse positions instead of clicks indeed reduces interaction with the webpages, rendering some functional websites unusable. Should I request an enhancement to include an option for transmitting mouse clicks in the settings file? Or should I list more potentially interesting websites for you?🤔For example, you could listen to white noise on the desktop, or play games like the jumping dinosaur.
well, I do not know, if you think it is a function that would be cool to have, put as you want, if you put me links to interesting sites I will try, if I see that they are cool then I will code it :)