semlette / nfc_in_flutter

Cross-platform flutter plugin for reading and writing NFC tags. Not maintained anymore - not looking for new maintainer, fork instead.
MIT License
120 stars 119 forks source link

"No supported application for this NFC Tag" Toast on Android #30

Open JaredEzz opened 4 years ago

JaredEzz commented 4 years ago

First of all, let me say thank you so much for this. Great package to use.

The issue I'm having is when I scan a tag on Android, the functionality works great! But a toast appears saying "No supported application for this NFC Tag". Now, I've played around with my AndroidManifest and got it so I can launch the app with any NFC scan, but then when I'm in the app and scan a tag, it re-launches my app, and I don't want that. Any advice you have or solutions would be greatly appreciated.'

Example of the toast, on home screen but shows up the same in my app toast

awworthy commented 4 years ago

:+1: to this issue, I've got the same toast popping up on my phone every few minutes.