Aashar

Results 4 comments of Aashar

Nop. I am using react native cli. Also, I am trying to read from another device using HCE. One phone is Android 13 and the other is Android 10. I...

Thanks, I checked the permissions, But I don't see any problem there. NFC is allowed for the app on both phones

Yea exactly. When I tried console logging "tag" variable, In the types attribute, ndef type was no found. Not sure why?

I also got this exact same error while running on replit. Here's the code - ``` import undetected_chromedriver as uc from selenium.webdriver.chrome.options import Options options = Options() options.add_argument('--no-sandbox') options.add_argument('--disable-dev-shm-usage') options.add_argument("--incognito")...