Skip to content

Can't vertically scroll on android #361

@adelpro

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> 

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