Open nicolasburtey opened 1 year ago
This is a strange one but is actually intentional, this is due to compatibility with the either intentional-or-bug with the first ever implementation by Coin Corner.
Could potentially be to stop the NDEF being "recognised" by the operating system and redirecting to the browser or similar? maybe @PeterRounce has more info?
Actually sorry disregard this, I thought you were talking about null bytes at the start of the NDEF record. unsure where those null bytes are coming from exactly...
here is an example of a callback:
The code to remove it with node is:
not sure why this happen but not having those null value would be better. took me a bit of time to debug this; this was the reason the callback was not working properly on my end initially.