webviewの再読み込み強化

This commit is contained in:
harukin-OneMix4 2023-12-18 17:07:30 +09:00
parent 8f23faacd7
commit f62fadffb7

View File

@ -18,6 +18,11 @@ export default function tndView() {
mixedContentMode={"compatibility"}
javaScriptEnabled={true}
injectedJavaScript={jsa}
pullToRefreshEnabled
onError={(syntheticEvent) => {
//webViewの再読み込みを行う
this.webView.reload();
}}
/>
</View>
);