this extension has only 2 blocks - for check if NFC exists, and if turned on. Note: I developed this extension because in the build-in component, does not have these functions!
Add a picture of all the blocks
Returns: ~boolean (true or false)
Returns: ~string (Return string (true or false). If not exists return: Your phone does not have NFC sensor).
@Kodular is there a way you can force this to be 16x16 no matter what size image is uploaded? Often people will make larger images for better resolution… If the img element has a specified size, it shouldn’t affect the image resolution.
In this extension there was a big bug that caused other imported components to crash!
The repair is now done and the file is up to date. Anyone who downloaded - please delete the file immediately, and save the new file. If not - the system will crash.
Hello and first of all thank you for this application.
I think there is a little problem with “enable”.
If I activate my NFC and click on “do it”, I get the message “true”. If I disable “False”, so far no problem.
On the other hand if I put a condition of the style when nfc is activated:
“call NFC.enable = true” then do it returns “false” to me when NFC is activated (so true). The result is identical if I activate or not the nfc or if the condition is true or false. the result is always the same “false”.
Also noted that if I want to put “nfc.enable” directly in an IF condition, it is impossible to attach (it is possible with then or else) while it works with “exists”.