How to use the NFC API with Google Chrome for Android

The beta version of Google Chrome for Android requires user permission to control near field communications features. How can I communicate with tags from web applications?

+6
source share
1 answer

There is currently no API for this. Consider embedding NFC features in Java and using WebView for your user interface, although WebView is currently an Android browser (not Chrome for Android).

+1
source

Source: https://habr.com/ru/post/907942/


All Articles