chariotsolutions / phonegap-nfc

PhoneGap NFC Plugin
MIT License
703 stars 547 forks source link

The first two Characters are getting trimmed #500

Open msd117 opened 4 months ago

msd117 commented 4 months ago

The first two characters of the text inside the NFC tag are getting trimmed when we try to read the tag

like if text is POP-IT-UP it would be read as P-IT-UP

This does not happen if we read tags written from some application(like "NFC Tag Reader" (produced by Go Next))

but does happen when reading a tag by some application like(NFC Tools (by wakdev))

Any Idea why this would happen and how to fix it