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

[SUPPORT REQUEST] - Chillhop website compatibility issue #34

Open
2 tasks done
vicevolf opened this issue Jul 14, 2024 · 5 comments
Open
2 tasks done

[SUPPORT REQUEST] - Chillhop website compatibility issue #34

vicevolf opened this issue Jul 14, 2024 · 5 comments
Labels
question Further information is requested

Comments

@vicevolf
Copy link

vicevolf commented Jul 14, 2024

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/

屏幕截图 2024-07-14 165753

Windows version

Windows 11

Confirmation

  • I performed a search of the support requests to avoid submitting a duplicate request
  • I understand that not filling out this template correctly may lead to the request being closed
@vicevolf vicevolf added the question Further information is requested label Jul 14, 2024
@vicevolf
Copy link
Author

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

屏幕截图 2024-07-14 175537

@SegoCode
Copy link
Owner

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.

@SegoCode
Copy link
Owner

if you think this is a useful functionality beyond this web page, you can open a feature request

@vicevolf
Copy link
Author

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.

@SegoCode
Copy link
Owner

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 :)

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

No branches or pull requests

2 participants