React Native Webview导致导航栏变为透明

时间:2016-09-26 06:10:16

标签: reactjs webview react-native

不确定这是不是一个错误。我使用react native 0.33,当我在nexus 5(Android 6.0)上测试我的应用程序时,一旦webview打开,导航栏将变得透明。 然后它会在下一次打开时恢复到黑色。

enter image description here

我的代码很简单:

          this.props.navigator.push({
          name: 'web_page',
            passProps:{
              url: news.url,
              title: news.title,
            },
          callback: this.refreshNewsReadStatus.bind(this)
          });

有人有想法吗?

0 个答案:

没有答案