Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
chat_webview
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abookCommunication
chat_webview
Commits
76f26423
Commit
76f26423
authored
Jun 02, 2021
by
Lee Munkyeong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文書協業の場合ホストが終了したらPIPモードからフールスクリーンになるように修正。
parent
310812bf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
public_new/collaboration.html
+1
-1
public_new/js/share.js
+6
-0
No files found.
public_new/collaboration.html
View file @
76f26423
...
...
@@ -29,8 +29,8 @@
<div
class=
"text-right d-flex align-items-center"
>
<button
type=
"button"
name=
"button"
class=
"btn user_btn collaboration_contents picture_contents video_contents board_contents"
></button>
<button
type=
"button"
name=
"button"
class=
"btn add_user_btn none"
></button>
<button
type=
"button"
name=
"button"
class=
"btn start_pip_btn collaboration_contents document_contents"
onclick=
"startPipMode();"
></button>
<button
type=
"button"
name=
"button"
class=
"btn menu_btn host_contents"
></button>
<button
type=
"button"
name=
"button"
class=
"btn start_pip_btn collaboration_contents document_contents"
onclick=
"startPipMode();"
></button>
<!-- <button type="button" name="button" class="btn exit_btn" onclick="Coview_exitCollaboration();"></button> -->
</div>
</div>
...
...
public_new/js/share.js
View file @
76f26423
...
...
@@ -224,6 +224,9 @@ $(function () {
coview_api
.
addEventListener
(
"hostbye"
,
function
()
{
console
.
log
(
"=============> HOST BYE : share hostbye"
);
if
(
joinCollaborationType
==
COLLABORATION_TYPE
.
DOCUMENT
&&
CHAT_UTIL
.
isAndroid
())
{
android
.
exitMeetingRoom
();
}
alert
(
getLocalizedString
(
"inform_exit_host_collaboration"
));
Coview_exitCollaboration
();
$
(
"#loadingIndicator"
).
removeClass
(
"full_active"
);
...
...
@@ -231,6 +234,9 @@ $(function () {
coview_api
.
addEventListener
(
"destroy"
,
function
()
{
console
.
log
(
"=============> DESTROY : share destroy"
);
if
(
joinCollaborationType
==
COLLABORATION_TYPE
.
DOCUMENT
&&
CHAT_UTIL
.
isAndroid
())
{
android
.
exitMeetingRoom
();
}
alert
(
getLocalizedString
(
"inform_exit_host_collaboration"
));
Coview_exitCollaboration
();
$
(
".coview_share_area"
).
hide
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment