Skip to content

Scroll the component inside on Android #15

@furkanarabaci

Description

@furkanarabaci

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);

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions