Fix scroll WP
This commit is contained in:
parent
9388ef8794
commit
28f30a5473
3 changed files with 22 additions and 22 deletions
|
|
@ -5,7 +5,7 @@ angular.module('copayApp.services').factory('fingerprintService', function($log,
|
|||
|
||||
var _isAvailable = false;
|
||||
|
||||
if (platformInfo.isCordova) {
|
||||
if (platformInfo.isCordova && !platformInfo.isWP) {
|
||||
window.plugins.touchid = window.plugins.touchid || {};
|
||||
window.plugins.touchid.isAvailable(
|
||||
function(msg) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue