|
|
|
|
|
by codemysoul
2294 days ago
|
|
Depends on what you mean with an interaction. Technically it would be possible to stack write operations, so you could just keep a tag to a close proximity of the adapter, and keep writing messages one after another. With the webnfc.app, you can only write a single NDEF message with single record of either URL or Text, during single interaction. |
|
for (i=0, i<10, i++) writer.write(i)
does it write ten times the tag? overwriting every number?