我有一张 Mifare ULC 卡。当我将此卡轻触支持 NFC 的设备时,它应该会打开手机中的默认浏览器,而无需任何其他 NFC 应用程序。
我已经将下面的 NDEF URL 数据编码到标签中,但是当我扫描标签时,它没有打开浏览器。谁能指导我哪里出错了?
03 - tag for the NDEF
12 - length of the NDEF msg (18 Bytes)
D3 Record header (of first and only record)
Bit 7 = MB = 1: first record of NDEF message
Bit 6 = ME = 1: last record of NDEF message
Bit 5 = CF = 0: last or only record of chain
Bit 4 = SR = 1: short record length field
Bit …Run Code Online (Sandbox Code Playgroud)