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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: