Detect if the device is equipped with NFC

Hello !

Is there a way to know if the device is equipped with NFC ? I would like to display a functionality in my app according with the technology available.

Maybe something on the same model as " this.platform.is(‘android’) " which return a boolean true if I’m running on android, but I couldn’t find anything on platform docs and neither on the forum.

Thanks in advance

1 Like

There is this awesome plugin called diagnostics.

There are multiple functions related to NFC, but the one you seek is: isNFCPresent()

Anyway take a look to the plugin because is really worth it.

1 Like