In Android, if Html in ScrollView and table's columns > 2, it's not easy to scroll table to the left to show other columns. iOS is OK. ```js <ScrollView> <HTML {...htmlConfig} html={html} /> </ScorllView> ``` 