NFC Scanner

Demo to preview the plugin:

Introduction

Read and Write to nearby NFC devices directly in browser.
Currently supported only on Chrome for Android.
Read from and Write data to compatible NFC devices, e.g. NFC tags supporting NDEF

Plugin Element Properties

The plugin contains a NFC visual element that should be used on a page.
Image without caption

Element Actions

1. Scan -Β initiating the scan for NFC tags by the web application.
Image without caption
  1. Write - write data to an NFC tag
Image without caption
Title
Description
Type
Data
data that should be written to the NFC tag
text

Exposed states

Name
Description
Type
NFC is Supported
A boolean state that reflects whether the NFC functionality is supported by the browser (true if supported, otherwise false).
yes/no
Tag serial number
A string state representing the serial number of the detected NFC tag.
text
Scanned Data
A string state holding the data read from the NFC tag.
text

Element Events

Name
Description
Tag not supported
This event is triggered if an error occurs during the NFC tag reading process, indicating the NFC tag may not be supported or readable.
Scanned
This event is triggered when an NFC tag is successfully read.
Wrote
Triggered to signal that writing data to the NFC tag was successful.

Workflow example

  1. Add the plugin element on the page, make sure it is visible and it is not in a hidden group or in a popup.
Image without caption
  1. Select an event to trigger the Scan action (example- Page is loaded)
Image without caption
  1. Use the Write action to write data to a NFC tag
Image without caption

Changelogs