From f62fadffb7f2ff1155b0e2063d0aa528c9ee1f57 Mon Sep 17 00:00:00 2001 From: harukin-OneMix4 Date: Mon, 18 Dec 2023 17:07:30 +0900 Subject: [PATCH] =?UTF-8?q?webview=E3=81=AE=E5=86=8D=E8=AA=AD=E3=81=BF?= =?UTF-8?q?=E8=BE=BC=E3=81=BF=E5=BC=B7=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ndView.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ndView.js b/ndView.js index 2597d53..fd58f58 100644 --- a/ndView.js +++ b/ndView.js @@ -18,6 +18,11 @@ export default function tndView() { mixedContentMode={"compatibility"} javaScriptEnabled={true} injectedJavaScript={jsa} + pullToRefreshEnabled + onError={(syntheticEvent) => { + //webViewの再読み込みを行う + this.webView.reload(); + }} /> );