diff --git a/weditor/templates/index.html b/weditor/templates/index.html
index 07512a5..6022c79 100644
--- a/weditor/templates/index.html
+++ b/weditor/templates/index.html
@@ -58,10 +58,13 @@
-
+
+
diff --git a/weditor/web/handlers/page.py b/weditor/web/handlers/page.py
index 8a0f14e..92f8544 100644
--- a/weditor/web/handlers/page.py
+++ b/weditor/web/handlers/page.py
@@ -80,8 +80,8 @@ def post(self):
'success': True,
}
if platform == "android":
- ws_addr = get_device(id).device.address.replace("http://", "ws://") # yapf: disable
- ret['screenWebSocketUrl'] = ws_addr + "/minicap"
+ # ws_addr = get_device(id).device.address.replace("http://", "ws://") # yapf: disable
+ ret['screenWebSocketUrl'] = None #ws_addr + "/minicap"
self.write(ret)