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
{{ message }}
This repository was archived by the owner on Nov 26, 2020. It is now read-only.
Hi guys,
i've just tried to use your package which seems really promising and i don't know if there is something i'm doing wrong but i'm unable to catch the NFC events.
I've tried 3 types of NFC tags (NXP mifare & mifareultralight) but instead of catching the intent it opens the browser with the configured URL on the tags.
I've done the tests firstly on the latest 0.42.3 version then tried also on the 0.40.0.
Is there something i'm missing? Can you add an example project created with react-native init?
Thanks.
The text was updated successfully, but these errors were encountered:
I see, one possibility is that the intent is being caught by the browser before it reaches your app.
You could try to be more precise with the filtering in the manifest, for example:
Hi guys,
i've just tried to use your package which seems really promising and i don't know if there is something i'm doing wrong but i'm unable to catch the NFC events.
I've tried 3 types of NFC tags (NXP mifare & mifareultralight) but instead of catching the intent it opens the browser with the configured URL on the tags.
I've done the tests firstly on the latest 0.42.3 version then tried also on the 0.40.0.
Is there something i'm missing? Can you add an example project created with react-native init?
Thanks.
The text was updated successfully, but these errors were encountered: