From 7704656af4b1fdcaf739d66d0219846976439c81 Mon Sep 17 00:00:00 2001 From: Azuma Kasumi Date: Thu, 24 Nov 2022 11:00:07 +0900 Subject: [PATCH] =?UTF-8?q?widget=E3=82=BF=E3=83=83=E3=83=97=E6=99=82?= =?UTF-8?q?=E3=81=AEwebview=E5=86=8D=E7=94=9F=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AgileWorks/AgileWorks/WebView/View/WebViewController.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AgileWorks/AgileWorks/WebView/View/WebViewController.swift b/AgileWorks/AgileWorks/WebView/View/WebViewController.swift index 6f488f7..93c0342 100644 --- a/AgileWorks/AgileWorks/WebView/View/WebViewController.swift +++ b/AgileWorks/AgileWorks/WebView/View/WebViewController.swift @@ -176,6 +176,8 @@ class WebViewController: UIViewController { // WidgetからWebView ロード処理 func widgetLoadWebView(url: String) { + //webviewの生成 + self.setWebView() loadWebView(url: url) } -- GitLab