- From: François Beaufort via GitHub <sysbot+gh@w3.org>
- Date: Mon, 30 Aug 2021 12:34:19 +0000
- To: public-web-nfc@w3.org
@kenchris What are your thoughts? Thanks for the feedback @nico-martin ! I'd love to see more signals from developers requesting this feature before adding it to Web NFC. ```json5 [SecureContext, Exposed=Window] interface NDEFReader : EventTarget { ... Promise<undefined> makeReadOnly() }; ``` Note that this addition would be pretty simple indeed on [Android]( https://developer.android.com/reference/android/nfc/tech/Ndef#makeReadOnly()), but not necessarily on [iOS currently](https://github.com/chariotsolutions/phonegap-nfc/issues/409). -- GitHub Notification of comment by beaufortfrancois Please view or discuss this issue at https://github.com/w3c/web-nfc/issues/558#issuecomment-908304861 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 30 August 2021 12:34:21 UTC