Saamer Mansoor

Results 120 comments of Saamer Mansoor

- You have to first assign an event handler function to the event, like this: ‘CrossNFC.Current.OnTagDiscovered += Current_OnTagDiscovered;’ - Then start listening to the NFC - Once you tap on...

Ah I see! @marcellangmaier, according to https://stackoverflow.com/a/60205855, you need to add some code in your override of the OnNewIntent in your main activity and you'll be able to get the...

@marcellangmaier, any success, do you want to close this?

@IvesBertoli what is OBS and OBS2?

@IvesBertoli what kind of tag are you using and did you see the application output? "IsSupported" is false, so place some breakpoints and share the steps to see why it...

@IvesBertoli I dont have the nfc tags that you are using unfortunately so I can't tell why you are facing this issue since our tags works fine for us. As...

@dev-vinicius I dont have NFC tags of that type in order to test it, did you want to submit a PR with that functionality?

@petetataliba did you try to assign a function to the iOS failure event handler ?

@pavan7parekh great work! 2 things, you removed backwards compatibility with Xamarin forms old projects by removing former standard isn’t it? Also, for this file src/Plugin.NFC/iOS/NFC.iOS.cs can you only commit the...

@pavan7parekh check out this conversation https://twitter.com/Saamerm/status/1547650109181087745 and this example https://github.com/smstuebe/xamarin-fingerprint/commit/90ba2eda57fd5fd4bfb3ffe439fbd5bad690e8e0