-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelasi_capture.html
More file actions
executable file
·33 lines (30 loc) · 1000 Bytes
/
relasi_capture.html
File metadata and controls
executable file
·33 lines (30 loc) · 1000 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<div class="page" data-page="relasi-capture">
<!-- Begin: Navbar -->
<div class="navbar">
<div class="navbar-inner">
<div class="left">
<a href="#" class="link icon-only back">
<i class="icon icon-back"></i>
</a>
</div>
<div class="center">Scan QR code</div>
</div>
</div>
<!-- End: Navbar -->
<!-- Begin: Page Content -->
<div class="page-content">
<div class="item-content" style="padding: 16px;">
<div id="qrscan-webrtc">
<video id="preview" style="width: 100%; height: 100%; left: 0; top:0; position: absolute"></video>
</div>
<div id="qrscan-error">
<h3 align="center" style="font-weight: lighter">If the camera view is not visible, press the bottom-right button.</h3>
</div>
<input type="file" capture="camera" accept="image/*" id="cameraInput" name="cameraInput" style="display: none">
<a id="cam-action" class="floating-button">
<i class="material-icons">camera</i>
</a>
</div>
</div>
<!-- End: Page Content -->
</div>