Commit bdaf16a9 by Takatoshi Miura

ABCOMM-654_pipMode_pipボタンで協業画面が右下に縮小する処理を実装

parent 9b280443
...@@ -120,8 +120,8 @@ ...@@ -120,8 +120,8 @@
function startPipMode() { function startPipMode() {
if (typeof(android) != "undefined") { if (typeof(android) != "undefined") {
android.startPipMode(); android.startPipMode();
} else if (CHAT_UTIL.isAndroid()) { } else if (CHAT_UTIL.isIOS()) {
webkit.messageHandlers.startPipMode.postMessage({});
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment