I have a vertical scroll-able window with a lot of input fields for the user to enter names. I want the user to be able to drag the window to show more names. I have this working but the problem occurs when the user touches one of the input fields by accident. It immediately pops ups the keyboard to start typing in a name. I don't want this to happen and i'm not sure how to fix it. I was thinking if I could change the input field to only work on a double touch then that would fix this issue. I am open to suggestions on how to overcome this issue. Thanks everyone.