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(); + }} /> );