-
Notifications
You must be signed in to change notification settings - Fork 462
Open
Description
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
Labels
No labels