react-native-web-webview icon indicating copy to clipboard operation
react-native-web-webview copied to clipboard

Hide Scroll Bar (Vertical and Horizontal)

Open bikashsahucbnits opened this issue 4 years ago • 1 comments

Hello,

It's possilble to implement a hide option for both Vertical and Horizontal scroll bar?

I have tried with below props but nothing works .. showsHorizontalScrollIndicator={false} showsVerticalScrollIndicator={false}

bikashsahucbnits avatar Apr 22 '20 04:04 bikashsahucbnits

the generated iframe should get the attribute scrolling that depends on scrollEnabled (index.js, line 128): scrolling: scrollEnabled ? 'yes' : 'no',

claudiaTonak avatar Mar 01 '22 12:03 claudiaTonak