You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<WebView
nestedScrollEnabled={true}
scrollEnabled={true}
onMessage={this.handleMessage.bind(this)}
source={{ html }}
{...props}
/>
i reslve my prblem by adding this style
long equations horizontal scroll is not working
i have tried css overflow-x : scroll and overflow-x : auto both.
Originally posted by @amansaxenalapa11 in #25 (comment)
The text was updated successfully, but these errors were encountered: