I'm having two issues that are on the same view.
My setup is a main view, with a tabbed view inside it. In that tabbed view is a dashboard object. With many repeated items.
1st issue. I'm unable to scroll from my phone if touching a dashboard item. I had to change my spacing between dashboard items (gutter) to allow a user to scroll. If you touch the white space, the view scrolls. Any thoughts on how to fix this? I circled the area that does not allow scrolling with a finger. Pink circle.
2nd issue. When this renders, it occasionally won't load a few things right. In the image, the process variable isn't updating. The value is not changing so it's not updating is my guess (unknown last value). The red and green bars have bindings set to page customs. These show high and low setpoints on the bar. They shift left and right depending on their setpoints. The page customs have indirect tag bindings. Which I read was recommended for this kind of setup. Is there a good way to get these objects to refresh and update their position? It's like the object load before the bindings. So the x position is not right. Yellow arrow and purple circle.