소스 검색

Update index.ios.js

于广吉 6 년 전
부모
커밋
1611ff6263
No account linked to committer's email address
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
     );