Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to reload webview in react native

You can set a key to the webview

key={this.state.key}
and then you can reload it by updating the state

this.setState({ key: this.state.key + 1 }); 
 
PREVIOUS NEXT
Tagged: #reload #webview #react #native
ADD COMMENT
Topic
Name
9+7 =