Facing a new problem…made a form in kodular for user to submit data…but in one section whenever a user is clicking on a checkbox the screen is moving up on its own…while this error is not there with other screens…
That ossue was there in my case because of textbox i used some images and while scrolling the teztbox went out of the display area so the app would bring it back to focus.
What i did was, i made some changes in the dimension of inage to make sure that while scrolling the images, old text box and new textbox are in the display area, it solved the issue for me.