no touchstart for camera
This commit is contained in:
parent
969712c633
commit
fa0a26452f
1 changed files with 1 additions and 1 deletions
|
|
@ -510,7 +510,7 @@ angular
|
||||||
if (document) {
|
if (document) {
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
$log.debug('Binding touchstart elements...');
|
$log.debug('Binding touchstart elements...');
|
||||||
['menu-walletHome', 'menu-send', 'menu-receive', 'menu-history', 'camera-icon'].forEach(function(id) {
|
['menu-walletHome', 'menu-send', 'menu-receive', 'menu-history'].forEach(function(id) {
|
||||||
var e = document.getElementById(id);
|
var e = document.getElementById(id);
|
||||||
|
|
||||||
if (e) e.addEventListener('touchstart', function() {
|
if (e) e.addEventListener('touchstart', function() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue