1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-21 10:43:22 +00:00

stub out yubico nfc support for ios

This commit is contained in:
Kyle Spearrin
2018-05-24 11:41:57 -04:00
parent add5189bb1
commit 740a18dbc0
8 changed files with 121 additions and 19 deletions

View File

@@ -24,7 +24,7 @@ namespace Bit.iOS.Core.Services
}
}
public float Scale => (float)UIScreen.MainScreen.Scale;
public bool NfcEnabled => false;
public bool NfcEnabled => CoreNFC.NFCNdefReaderSession.ReadingAvailable;
public bool HasCamera => true;
public bool AutofillServiceSupported => false;
public bool HasFaceIdSupport