Skip to content

Not Being Able to Scroll While Touching Input #1556

@Siyavoshi

Description

@Siyavoshi

React Native 059.10
Platform: Android

I have a form which has a lot of RNP inputs inside a tag.
The problem is when I touch the input and swipe up and down, page doesn't scroll. If I try to scroll from somewhere outside of inputs, it scrolls just fine but since this page has a form with lots of inputs, there's not enough space outside of inputs.

When I add multiline={true} prop, the problem gets solved but is there a better way to avoid this?

UPDATE: After creating some brand new RN projects with 0.59.10, 0.61.4 and 0.61.5 I've found out the cause of my problem is RN's RTL plugin.
I've followed this instruction as how to make my application RTL and it causes inputs not to scroll while inside a ScrollView.

Is there any solution for this?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions