This sounds more like a UI/layout issue than a problem with the individual controls.
A few things I'd check:
overflow: hidden?pointer-events, overflow, position, etc.) is preventing the scroll gesture.Since you mentioned the page doesn't scroll only when touching labels or disabled controls, it would be helpful if you could share the page structure screenshot and, if possible, a short screen recording of the behavior. That will make it easier to identify the root cause.
Kindly mark this as the accepted answer if it helps.
On Dot KK. thanks. Got this sorted out. It was indeed a Layout issue.
We had a custom Gradient Layout , when we changed the Layout to NativePhone_Default this got sorted.