webviewの再読み込み強化
This commit is contained in:
parent
8f23faacd7
commit
f62fadffb7
@ -18,6 +18,11 @@ export default function tndView() {
|
|||||||
mixedContentMode={"compatibility"}
|
mixedContentMode={"compatibility"}
|
||||||
javaScriptEnabled={true}
|
javaScriptEnabled={true}
|
||||||
injectedJavaScript={jsa}
|
injectedJavaScript={jsa}
|
||||||
|
pullToRefreshEnabled
|
||||||
|
onError={(syntheticEvent) => {
|
||||||
|
//webViewの再読み込みを行う
|
||||||
|
this.webView.reload();
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user