Skip to content

Can't vertically scroll on android #361

Description

@adelpro

When then HTMLView content is large, I can't scroll vertically on android.

   <ScrollView
        style={{
          backgroundColor: 'transparent',
        }}
        contentContainerStyle={}
        nestedScrollEnabled
      >
        <ThemedView style={{ flex: 1 }}>
          <HTMLView
            value={tafseerText}
            style={{
              backgroundColor: 'transparent',
              paddingHorizontal: 10,
            }}
            stylesheet={{
              p: {
                color: textColor,
                fontFamily: 'Amiri_400Regular',
                backgroundColor: 'transparent',
                textAlign: 'right',
              },
            }}
            addLineBreaks={false}
          />
        </ThemedView>
      </ScrollView> 

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions