浏览代码

Update index.ios.js

于广吉 6 年前
父节点
当前提交
1611ff6263
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      autoHeightWebView/index.ios.js

+ 1
- 0
autoHeightWebView/index.ios.js 查看文件

@@ -178,6 +178,7 @@ export default class AutoHeightWebView extends PureComponent {
178 178
           injectedJavaScript={script}
179 179
           source={source}
180 180
           onNavigationStateChange={this.handleNavigationStateChange}
181
+          allowsInlineMediaPlayback={true}
181 182
         />
182 183
       </Animated.View>
183 184
     );