Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use NFC API with google chrome for android

The beta version of Google's Chrome web browser for Android requests user permission to control near field communication features. How is-it possible to communicate with tags from web-based apps ?

like image 360
gVibrac Avatar asked Feb 08 '12 13:02

gVibrac


1 Answers

Currently no API for this. Consider implementing NFC features in Java and using a WebView for your UI, though at the moment the WebView is Android Browser (not Chrome for Android).

like image 116
Boris Smus Avatar answered Sep 23 '22 01:09

Boris Smus