mobile-angular-ui
mobile-angular-ui copied to clipboard
scrollableContent form input/textarea style: {pointer-events: none;}
browser: google chrome v50.0.2661.94 (64-bit) device mode iPhone 6
desc: click on scrollable-content div cause style: {pointer-events: none;} on input or textarea element
// overthrow.support === 'none'
if (overthrow.support !== 'native') {
element.addClass('overthrow');
overthrow.forget();
overthrow.set();
}
why?
i suggest to remove overthrow.js
or set
input, textarea {
pointer-events: auto !important;
}
@maqic Sorry, i totally overlooked this. Seems to be important.
I can't reproduce the issue. I tried here: http://mobileangularui.com/demo/#/forms, that's also inside a scrollable-content.
Consider that with an iphone6 overthrow should not be triggered at all.
I doubt is an issue with scrollable content or overthrow at all. It would be nice to have some more details here. Ideally some code, so i can look into that.