Draging downwards in AP mode causes sitereload
What happened?
Dragging downwards causes site reload.
To Reproduce Bug
Connect to WLED in AP mode using mobile phone (Pixel 3 w/ chrome) Try to drag position in colorwheel downwards (to cyan) OR scroll down the effect list and try to scroll up again -> site is reloaded
Expected Behavior
Do not reload page, just scroll & drag
Install Method
Self-Compiled
What version of WLED?
0.13.0-b6
Which microcontroller/board are you seeing the problem on?
ESP8266
Relevant log/trace output
No response
Anything else?
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
I have had the same issue when opening the web interface via the captive portal webpage in mobile browser. My workaround has been to add the "4.3.2.1" IP address to my WLED instance list in the app, which can be used while in AP mode.
Hey! This issue has been open for quite some time without any new comments now. It will be closed automatically in a week if no further activity occurs. Thank you for using WLED!
This is an issue of WLED mobile app, not WLED itself. Please open an issue in WLED app repo.
This might not be a WLED app issue, it happens to me when using browser on mobile to load the WLED instance IP address.
Seems like it could be addressed pretty simply with this.
Just some additional CSS.
html, body { overscroll-behavior: none; }
@ChuckMash I've tested a few phones and tablets (not a lot as there are countless models) and all quality ones do not exhibit such behaviour. As such I deem that to be a mobile device shortcoming or poor implementation. Still, if you have tested the above proposal and it does work on all/your devices then please make a PR.