react-native-wkwebview icon indicating copy to clipboard operation
react-native-wkwebview copied to clipboard

Page jump headers is missing

Open juxiaowei opened this issue 6 years ago • 4 comments

Page jump headers is missing Encountered a similar problem?

juxiaowei avatar Aug 07 '17 10:08 juxiaowei

<WebView bounces={false} // onLoadStart={(navState) => this.setState({url: navState.nativeEvent.url})} ref={(ref) => { this.webView = ref }} style={[styles.webView, { backgroundColor: this.props.pageBackgroundColor }]} source={{ uri: this.state.url, headers: { 'X-AUTH-ACCESS-TOKEN': accessToken } }} />

juxiaowei avatar Aug 07 '17 14:08 juxiaowei

when click a link , webview navication will change but the param headers in the source will miss . is there a solution to take param headers with the next http request ?

liuwei0514 avatar Aug 07 '17 16:08 liuwei0514

The first page jumps to the second page information

first page image second page image

juxiaowei avatar Aug 07 '17 16:08 juxiaowei

+1

adziubin avatar Nov 03 '17 12:11 adziubin