-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Scrolling inside a MaterialTextBox component that parented a scroll view or list view is intercepted by parent component as default behaviour. MaterialTextBox more priority on scrolling should be better as iOS behaviour.
Related code block at "components/FlMaterialTextBox.js" is that:
materialTextBox.onTouchMoved = materialTextBox.onTouchMoved || function () {this.getParent().android.requestDisallowInterceptTouchEvent(false);return false;}.bind(materialTextBox);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working