Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't vertically scroll on android #361

Open
adelpro opened this issue Nov 26, 2024 · 0 comments
Open

Can't vertically scroll on android #361

adelpro opened this issue Nov 26, 2024 · 0 comments

Comments

@adelpro
Copy link

adelpro commented Nov 26, 2024

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> 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant