Web Share API-使用NFC共享URL

时间:2018-11-27 04:40:19

标签: javascript google-chrome nfc

我正在使用Web Share API尝试通过NFC共享URL。

navigator.share({
  title: document.title,
  text: 'Hello World',
  url: 'https://developer.mozilla.org',
});

它适用于Android Beam(NFC)以外的所有应用程序。任何人都可以通过网络应用程序使用NFC共享URL吗?

0 个答案:

没有答案