-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nfc.makeReadOnly for iOS #409
Comments
It looks like that iOS API could work. The trick is figuring out how to make it work with the javascript API. nfc.makeReadOnly could start a new scan session just for locking tags. Locking the tag immediately after writing would probably be preferable, but is tougher to implement because the app code loses control once the scan session starts. |
Dear Don, would it be possible to add this feature for ios ? this would let me finish my project and make it works on ios as on android platform |
It's really helpful if someone can add this feature for iOS. I tried using
|
It looks like nfc.makeReadOnly is only supported on Android - can this functionality be brought to iOS as well?
https://developer.apple.com/documentation/corenfc/nfcndeftag/3075573-writelockwithcompletionhandler?language=objc
The text was updated successfully, but these errors were encountered: