Fix: license timer - https, chrome browser info
This commit is contained in:
@@ -199,8 +199,7 @@
|
||||
<br/>
|
||||
|
||||
<h1 class="display-5">타이머 알람</h1>
|
||||
<p class="lead">타이머 앱을 사용하실 때에는, IE와 Chrome보다는 <span class="text-primary">Edge나 다른 브라우저의 사용을 권장</span>합니다.<br/>
|
||||
<span class="text-black-50">(Chrome 브라우저에서도 Notification 알림을 사용할 수 있도록 작업중입니다. 내년 상반기 예정)</span></p>
|
||||
<p class="lead">타이머 앱을 사용하실 때에는, IE보다는 <span class="text-primary">Edge나 다른 브라우저의 사용을 권장</span>합니다.<br/>
|
||||
<hr class="my-4">
|
||||
<table class="table text-center">
|
||||
<thead class="thead-light">
|
||||
@@ -209,7 +208,7 @@
|
||||
<th class="align-middle" scope="col">IE (MS)</th>
|
||||
<th class="align-middle" scope="col">Edge (MS)</th>
|
||||
<th class="align-middle" scope="col">Chrome (구글)</th>
|
||||
<th class="align-middle" scope="col">Firefox, Safari, ...</th>
|
||||
<th class="align-middle" scope="col">Firefox, Safari, etc</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -217,36 +216,34 @@
|
||||
<th scope="row">Notification 알림</th>
|
||||
<td class="align-middle text-danger">X</td>
|
||||
<td class="align-middle text-primary">O</td>
|
||||
<td class="align-middle text-danger">X</td>
|
||||
<td class="align-middle text-primary">O</td>
|
||||
<td class="align-middle text-primary">O</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">(Alert 팝업창)<br/>타이머 웹브라우저 실행중일 때</th>
|
||||
<td class="align-middle">IE 실행중이면, Alert 팝업창</td>
|
||||
<td class="align-middle text-primary">Notification 알림</td>
|
||||
<td class="align-middle">크롬 실행중이면, Alert 팝업창</td>
|
||||
<td class="align-middle text-primary">Notification 알림</td>
|
||||
<td class="align-middle text-primary">Notification 알림</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">(Alert 팝업창)<br/>다른 프로그램으로 작업중일 때</th>
|
||||
<td class="align-middle text-danger">X</td>
|
||||
<td class="align-middle text-primary">Notification 알림</td>
|
||||
<td class="align-middle">작업표시줄의 크롬 아이콘 점멸</td>
|
||||
<td class="align-middle text-primary">Notification 알림</td>
|
||||
<td class="align-middle text-primary">Notification 알림</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">(Alert 팝업창)<br/>타이머 웹브라우저가 최소화 상태일 때</th>
|
||||
<td class="align-middle text-danger">X</td>
|
||||
<td class="align-middle text-primary">Notification 알림</td>
|
||||
<td class="align-middle text-danger">X</td>
|
||||
<td class="align-middle text-primary">Notification 알림</td>
|
||||
<td class="align-middle text-primary">Notification 알림</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<ul>
|
||||
<li class="mb-2">IE로 실행하실 경우, 학생이 수시로 타이머 앱을 확인해야 합니다.<br/>
|
||||
<li class="mb-2">Chrome으로 실행하실 경우, 크롬 브라우저를 최소화하지 않도록 해 주세요.<br/>
|
||||
문서 작성할 프로그램을 실행해서 크롬 브라우저를 숨긴 채 작업하면, 시간이 끝났을 때 작업표시줄의 크롬 아이콘이 깜박거립니다.</li>
|
||||
</ul>
|
||||
<br/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user