#600·iscroll

Input of type "file" is not reachable

Author: orenagivCreated Jan 22, 2014Updated Dec 31, 2018

If an input field is inside the scrolling container - the default "preventDefaultException" makes it "focusable". However, if the input field is a FILE field - the IScroll ignores the click event. Also tried applying a preventDefault by class-name: preventDefaultException:{tagName:/^(INPUT|TEXTAREA|BUTTON|SELECT)$/, className:/(^|\s)button(\s|$)/}

However, only if I destroy() the scroller - it comes back to life - and I'm able to click that FILE field.

Any ideas..?