Open MuniaZaman opened 7 years ago
Refer to https://github.com/chariotsolutions/phonegap-nfc
Do you hear a sound of the device recognizing the nfc tag ?
Thanks for replay. Yes, there is a sound of the device recognizing the NFC tag. But "alert" window is not showing. I am using mobile Xiaomi Mi5. NFC option is enabled & allow for my app as well. There is no any error in my browser console or mobile device. Thanks.
Do anyone have solution to the above mentioned problem??
Please help me about ngCordova-nfc (by using phonegap-nfc). I have a cordova project (no ionic/phonegap). I want to read NFC tag id by using this code. But I can't. Can you help me? My controller code is here...
` angular.module('app') .controller('AppCtrl', ['$scope', '$translate', '$localStorage', '$window', '$cordovaNfc', '$cordovaNfcUtil', function( $scope, $translate, $localStorage, $window, $cordovaNfc, $cordovaNfcUtil ) {