收藏
回答

微信小程序NFC功能,调用onHCEMessage接口无法触发?

手机型号华为Honor 8,Android版本 8.0.0,微信版本7.0.14,基础版本2.11.1

    wx.startHCE({

      aid_list: ['F222222222'],

      success:function(res){

        console.log('NfcHCECore-->simple::startHCE:', res)

        that._runCallBack(res.errCode, res.errMsg)

        wx.onHCEMessage(function (res) { // 无法触发

          console.log('NfcHCECore-->simple::onHCEMessage:', res)

          if (res.messageType === 1) {

            wx.sendHCEMessage({data: buffer})

          }

        })

      },

      fail:function(err){

        that.callError(err)

      }

    })

回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容
问题标签