How to make the forms non scrollable in sencha touch? I have not used anything like
scrollable:true or scroll: vertical.
But i can still drag them down. The entire fieldset moves up and down when dragged. Can anyone please tel me how to fix it?
I have even tried setting
scrollable: false.
You should insert
scrollable: falseinto your component’sconfigand it should work.