iScroll 4 not working with form element iPhone Safari and Android browser

The problem is that iScroll cancels the default behavior of your select tag (Not a very good implementation if you ask me). This occurs in the _start() function on line 195: e.preventDefault(); If you comment that out you’ll notice the select tag works again. But commenting it out means you’ve hacked the library which might … Read more