copay/public/views/modals/scanner.html

17 lines
511 B
HTML
Raw Normal View History

2015-03-06 07:00:10 -08:00
<nav class="tab-bar">
<section class="left-small">
<a ng-click="cancel()" class="p10">
2015-03-06 07:00:10 -08:00
<span class="text-close" translate>Close</span>
</a>
</section>
<section class="middle tab-bar-section">
<h1 translate class="title ellipsis">
2015-03-06 07:00:10 -08:00
QR-Scanner
</h1>
</section>
</nav>
2015-06-26 13:31:50 -07:00
<div class="modal-content text-center fix-modals-touch" ng-init="init()">
2015-03-06 07:00:10 -08:00
<canvas id="qr-canvas" width="200" height="150"></canvas>
<video id="qrcode-scanner-video" width="300" height="225"></video>
</div>