NDEFReader is not Defined

Viewed 1097

I am trying to develop nfc card login page.

web platform features enabled. ( also I reset all settings and enable it again)

My webpage is developing by using React and I'm reaching it(from tablet) by using localhost ip adress(my laptop adress)

NFC read and write are working on other pages like https://kenchris.github.io/webnfc-groceries/ but it doesn't work in my code.

I also added lib.web-nfc.d.js like typescript but it does not work. it returns error enter image description here

That is the Code block enter image description here

1 Answers

Solution : https connection ( with or without trusted ssl does not matter)

Related