Vertical scrolling glitch on mobile

I’m having a weird glitch when scrolling on mobile. Its a popup on top of a Ext. Vertical Scrolling repeating group. How do I prevent scrolling?

com-video-to-gif%20(1)

I did everything exactly like it said, but it still scrolls.

I go to the mobile website and my computer, and the scrolling freeze works. It just won’t work on my phone.

hmm i noticed the same too,
Im not currently working on this section on my app right now
check stack overflow, you should be able to find something.
https://stackoverflow.com/search?q=javascript+disable+touch+scroll+of+div ,
https://www.w3schools.com/jsref/event_touchstart.asp ,
https://www.w3schools.com/jsref/event_touchmove.asp
Scroll is for mouse, you want to use touchstart & touchmove

alternatively you could collapse/Hide a parent group of your repeating group.
I will probably do that, and not use float or pop up, just use a standard normal group for mobile.

image

I got it working somewhat using this javascript by shrinking the page height to the viewport height. Now I just need to figure out how to reverse it once the popup is closed.

a79120f23f90c39b2470f0c3b4f80037

https://www.w3schools.com/jquery/html_unwrap.asp
I dont think its very good to do that, you wont be able to have stretch to fit multiline input.

Twitter doesnt have floating group for new tweet.

We could probably help better if you put a link to your editor here (or send it in the DMs).

This topic was automatically closed after 70 days. New replies are no longer allowed.