Bläddra i källkod

Update index.ios.js

于广吉 6 år sedan
förälder
incheckning
1611ff6263
No account linked to committer's email address
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1
    0
      autoHeightWebView/index.ios.js

+ 1
- 0
autoHeightWebView/index.ios.js Visa fil

178
           injectedJavaScript={script}
178
           injectedJavaScript={script}
179
           source={source}
179
           source={source}
180
           onNavigationStateChange={this.handleNavigationStateChange}
180
           onNavigationStateChange={this.handleNavigationStateChange}
181
+          allowsInlineMediaPlayback={true}
181
         />
182
         />
182
       </Animated.View>
183
       </Animated.View>
183
     );
184
     );