Guest User

Untitled

a guest
Jan 10th, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <WebView
  2. ref={( webView ) => this.webView = webView}
  3. // source={{uri: 'http://192.168.0.80/TUTUSchooldvlp/jsxc/index.php?username='+this.state.loginusername+'&password='+this.state.loginpassword+'&bid='+bid}}
  4. source={{uri: chatUrl+'?username='+this.state.loginusername+'&password='+this.state.loginpassword+'&bid='+bid}}
  5. onMessage={this.onMessage}
  6. javaScriptEnabled = {true}
  7. injectedJavaScript={this.state.cookie}
  8. allowsInlineMediaPlayback={true}
  9.  
  10. mediaPlaybackRequiresUserAction={true}
  11. startInLoadingState={true}
  12. // onMessage={this._alertForPhotosPermission}
  13. style={{marginTop: 0}}
  14.  
  15. />
Add Comment
Please, Sign In to add comment