如何通过React Native在Android WebView中隐藏滚动条

时间:2016-05-27 13:21:24

标签: android webview react-native

在React Native 0.26和Android上使用WebView时,滚动条会在内容加载时闪烁,因为我们在页面上显示一些内容会让人分心。

React Native将ScrollEnabled列为仅限iOS,所以无论如何都要在Android上隐藏这些滚动条?

非常感谢, 文斯

1 个答案:

答案 0 :(得分:-2)

目前仅适用于每个react-native(v0.48)文档的IOS设备 https://facebook.github.io/react-native/docs/webview.html#scrollenabled

  

scrollEnabled?:bool

     

确定是否在中启用滚动的布尔值   的WebView。默认值为true。

enter image description here