Commit c605edae by Takatoshi Miura

Merge branch 'communication/bugFix-ios' into 'develop'

iOS側で”現在の端末バージョンでは利用できません”アラートが出るバグを修正

See merge request !176
parents cebd3348 b91c4009
...@@ -807,7 +807,8 @@ function Coview_addLoginId(loginId) { ...@@ -807,7 +807,8 @@ function Coview_addLoginId(loginId) {
function applyForHostChange() { function applyForHostChange() {
if ( if (
joinCollaborationType == COLLABORATION_TYPE.DOCUMENT && joinCollaborationType == COLLABORATION_TYPE.DOCUMENT &&
androidVersion < ANDROID_SDK_VERSION.O androidVersion < ANDROID_SDK_VERSION.O &&
CHAT_UTIL.isAndroid()
) { ) {
alert(getLocalizedString("not_support_version")); alert(getLocalizedString("not_support_version"));
return; return;
......
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