-
Notifications
You must be signed in to change notification settings - Fork 574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NFC scanning not working IOS #473
Comments
I don't know why, but the same happens on android version 12 and up. the reading screen appears, it also makes the reading sound, but no event is triggered |
@Master244 hi, you solved? does anyone else have the same problem on android 12 SDK? |
I was not able to fix it. Still want to fix it tho other options are dropping this library for a premium one with proper support. |
@Master244 ok but there is another library to use NFC on Cordova? With a proper support... |
There are many yea but I want to contribute to an open source community especially for these kind of multi applicable components projects should be available to the open source community. |
Yes, is great, but if it will not be supported anymore.... I'll move to another plugin |
People are working on it, just not at the pace we would like to see :) |
Hi,
I have the plugin setup properly it's loading, giving no errors tried also with different imports
import {NFC} from "@awesome-cordova-plugins/nfc/ngx";
import { NFC, Ndef } from '@ionic-native/nfc';
both give no errors but the same result.
the result is that NFC scanning session is started and I see the UI Ready to Scan.
I first thought it was my NFC tag that was not working but then I tried scanning it within shortcuts -> new automation -> Scan NFC tag and it worked instantly.
This is one a Iphone 13 pro on 15.4.1
We are using this plugin for a client, so hopefully this seems familiar to someone.
The text was updated successfully, but these errors were encountered: