diff --git a/Assets/Scripts/UI/InGame/WebViewController.cs b/Assets/Scripts/UI/InGame/WebViewController.cs
index a80a93bd5c8f605231ebb4232f3ea921b5563e66..e97f8488aefc5cc2a4946c2d9acbcfde06a49906 100644
--- a/Assets/Scripts/UI/InGame/WebViewController.cs
+++ b/Assets/Scripts/UI/InGame/WebViewController.cs
@@ -30,7 +30,7 @@ private void Awake()
         Debug.LogWarning("awake Webview Controller");
         webViewComponent = GetComponent<WebViewComponent>();
         WebViewComponent.serializerSettings.Converters.Add(new FactObjectUIConverter());
-        webViewComponent.targetUrl = Path.Join(Application.dataPath, "scrollView.html");
+        webViewComponent.targetUrl = Path.Join(CommunicationEvents.Get_DataPath(), "scrollView.html");
 
         // TODO: handle webViewComponent.onDomDocumentUpdated
 
diff --git a/Assets/StreamingAssets/StreamToDataPath/scrollView.html b/Assets/StreamingAssets/StreamToDataPath_withHandler/scrollView.html
similarity index 100%
rename from Assets/StreamingAssets/StreamToDataPath/scrollView.html
rename to Assets/StreamingAssets/StreamToDataPath_withHandler/scrollView.html
diff --git a/Assets/StreamingAssets/StreamToDataPath/scrollView.html.meta b/Assets/StreamingAssets/StreamToDataPath_withHandler/scrollView.html.meta
similarity index 100%
rename from Assets/StreamingAssets/StreamToDataPath/scrollView.html.meta
rename to Assets/StreamingAssets/StreamToDataPath_withHandler/scrollView.html.meta