Ver código fonte

Update index.ios.js

于广吉 6 anos atrás
pai
commit
1611ff6263
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      autoHeightWebView/index.ios.js

+ 1
- 0
autoHeightWebView/index.ios.js Ver arquivo

@@ -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
     );