You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can check the NFC availability using NfcManager.instance.isAvailable(), however, if this returns false, I need to know if the hardware device doesn't support the NFC technology or if the NFC is disabled from the settings.
Additionally, is it possible to redirect the user to the NFC settings on their phone?
The text was updated successfully, but these errors were encountered:
mt-akar
changed the title
Detect if NFC not supported or disabled?
Detect if NFC not supported or disabled
Jan 27, 2023
We can check the NFC availability using
NfcManager.instance.isAvailable()
, however, if this returns false, I need to know if the hardware device doesn't support the NFC technology or if the NFC is disabled from the settings.Additionally, is it possible to redirect the user to the NFC settings on their phone?
The text was updated successfully, but these errors were encountered: