CopyPastor

Detecting plagiarism made easy.

Score: 0.806865394115448; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2018-12-04
by Sagar Bhatnagar

Original Post

Original - Posted on 2017-01-12
by Vince Yuan



            
Present in both answers; Present only in the new answer; Present only in the old answer;

You need to enable javascript and dom storage for some web pages.Try the code below
<WebView style={styles.webView} source={{uri: 'https://google.com/'}} javaScriptEnabled={true} domStorageEnabled={true} startInLoadingState={true} > </WebView>
WebView works well on Android. However you need to enable javascript and dom storage for some web pages.
<WebView style={styles.webView} source={{uri: 'https://google.com/'}} javaScriptEnabled={true} domStorageEnabled={true} startInLoadingState={true} > </WebView>

        
Present in both answers; Present only in the new answer; Present only in the old answer;