On an android 8.1 Oreo phone on chrome or firefox when I scroll down any page of my nodeBB forum, I'm blocked and I can't scroll up with my finger. I have to refresh the page to go back to the top of the page.
That's definitely a weird bug. Is the site live for us to check out? Have you tried different phones?
The site is being tested so it's online but not published, but I just tested something right now and it solved the problem. This is the "recent posts" widget which is displayed at the bottom on mobile. If I display it at the top, on mobile the scrolling is blocked at the top this time. So I checked "hide on mobile" for this widget to solve the problem.
Recent Posts widget blocks scrolling? :thinking:
On my version it would seem so. I put it in Global Sidebar, 4 posts to display, no custom category and with this container:
<div class="panel ui-draggable-handle panel-default"><div class="panel-heading"><h3 class="panel-title">{{title}}</h3></div><div class="panel-body">{{body}}</div></div>
Okay then. Thank you for reporting, hopefully we can reproduce on our end...
we have the same problem with widgets. you can see it here: https://forum.mediathekview.de
both widgets block scrolling on my oneplus one.
FWIW I don't have issues scrolling there on chrome on a Nexus 5. Could you try to repro on various browsers / desktop etc to help us hunt this bug down? Thanks :)
It's the same issue on my site with the site of alex1702. I Have a Galaxy S7 Edge but maybe it's android 8.1
i use firefox 60.0.2 on my phone. at the moment i have no other browser.
The same bug occurs on my forum. (Android 6.0)
@RikoDEV Which Browser?
Issue closed due to inactivity.
This is an automated message. If you feel this action was in error, please comment on this issue so it can be looked at again
the issue is not fixed.

:thinking:
@alex1702 @Per0x After updating to latest master, you will both have to re-drag a new container into your existing widget... or alternatively, if you don't want to update, just remove ui-draggable-handle from the class attribute.
thanks