Hi,
I am trying to convert this NFC plugin below to C3, but it does not work in any way. Is there anyone who can help me with this?
construct.net/en/forum/extending-construct-2/addons-29/nfc-plugin-90863
Yours,
Dax
Hi dax007,
I tried too but it don't works at all... But it's maybe possible to make directly a .c3addon file that allow us to use this technology. I will try it, but I can't promise you that it will works fine...
I hope you can get it to work! Thanks for trying..
It's not hard to convert to c3 runtime.
but "plugin.com.chariotsolutions.nfc.plugin" is an very old. its for intel xdk and croswalk.
I don't know if it works with cordova.
Hi everyone,
I did few researches about this problem and try to make a new plugin compatible with the c3 runtime. But I realized that we have to use an external Cordova plugin file to generate Java code in the mobile app (.apk).
So I found this plugin:
https://github.com/chariotsolutions/phonegap-nfc
This is possible to integrate it in the plugin by including this line of code in the Plugin.js file:
this._info.AddFileDependency();
According to this page:
https://www.construct.net/en/make-games/manuals/addon-sdk/reference/specifying-dependencies
But for security reasons, this plugin have to be in the white-list of Construct 3's app builder.
Hoping that the moderators agree to integrate it...
Develop games in your browser. Powerful, performant & highly capable.
I added this suggestion for Construct 3' next versions:
https://construct3.ideas.aha.io/ideas/C3-I-837
Let’s all vote!