My cordova application not launching after NFC tag detect

后端 未结 2 485
天命终不由人
天命终不由人 2021-01-23 04:19

I am using Apache cordova to build android applications. I made an application with NFC feature.

we already written data into NFC tag, with

2条回答
  •  隐瞒了意图╮
    2021-01-23 04:51

    In order to receive an NFC intent together with the whole NDEF message in your app, you would need to define a proper intent filter that matches the first record in the above NDEF message:

    
        
        
        
    
    

    Refer how to handle NFC

提交回复
热议问题