Thank you.It's really superb solution.
I'm using iscroll.v4.1.9.
i have modified the code at line 100..the  modified code is
  onBeforeScrollStart: function (e) {
	            if (e.target.tagName != "SELECT") {
	                e.preventDefault();
	                e.stopPropagation();
	            }
 It's working fine on Mac OS. 
But in android input type "text" is not allowing me to enter any data.
Please let me know , any one is having solution for this.
Thanks,
Prasad Reddy