Repeating group sticks when scrolling on mobile view and causes other pages to stretch

I’ll literally pay someone to help me with this. I’ve tried everything I know of with no solution and this issue has put the release of my app on hold.

Here’s the project:

The problem:
On a mobile device run the preview. (problem only happens on mobile)
Scroll down through the news feed on the page.

Problem 1: Observe that it doesn’t allow you to scroll past a certain point. It allows you to continue scrolling after it gets stuck. It seems like it switching between scrolling on the repeating group and the column group that contains the repeating group.

Once you’ve scrolled past the part that gets stuck and try scrolling back to the top, it gets stuck scrolling up as well.

When I change the group containing the repeating group to a fixed heigh of 555px, it scrolls fine. The reason I have it at 84% is so it fits properly on all devices. Fitting In between the nav bar at the bottom and the header at the top.

Problem 2:
Click on the blue “+” icon in the top right hand side of the page.
Observe that the page is stretched and you have to scroll down to view the pages content. The page is set to be contained within view and to not allow scrolling. The page appears to be stretching because of the previous pages repeating group. Which shouldn’t be affecting it because the group/page called “celebration feed” containing the repeating group is set to be hidden when this other group is visible.

Why I think its the repeating group causing the page to stretch: If you go back to the celebrations page and click “hide” it will hide data in the Rg. Then if you navigate back to the “create new” page it won’t be stretched.

@hausofdevotion did you figure out how to fix the scrolling issue?