armaldio's Forum Posts

  • frostyelk

    Ok

    Ok try and tell me

    I use stable and it works

  • It should work on BB now. (wich BB do you use ?)

    frostyelk Sorry if it's not working for you :/

    I will try to help you.

    I'm building with crosswalk, i'll test with other now.

    I made some research on NFC because you said you me you want to wake up an app when detecting NFC tag ?

    I'm coding this now, please wait

    Do you test with my example or with yours ?

    Do you add in the NFC plugin in the external plugin tab (Plugins and permissions > Third party plugins) as I said it here ? :

    TIP : Don't forget to add custom plugin into intel xdk

    Plugin ID : com.chariotsolutions.nfc.plugin

    Tick the box under

  • You should look at Ajax calls :

    You upload a text file on your server, got it with Ajax and compare software version with Txt file version, then if you find new version, you download all the stuff.

    Another solution is, if you have programming skills, you can do an external updater. I will do more researches later.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Great man

  • Can you be more precise ?

  • You can use Firebase to act as a server.

    There is a plugin to manage datas into this :

    or here from pode :

    You can also manage firebase json data with ajax and JSON

  • You should use this with JSON :

  • You should use that instead :

  • I have yet another request if you have time!

    I would be really happy if you could update the NFC.capx to use all the functions in their intended way.

    READ, WRITE and UPDATE etc.

    Or if you could explain all the actions and triggers here in the forum.

    I'll do it, sure <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

    Also one last thing, would it be possible to add the function to have the plugin wake the app on NFC connection? https://github.com/chariotsolutions/pho ... ning-a-tag)

    Tnx!

    Of course, do you need it quickly or not ?

    fongka2 Thank you very much <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

    Do not hesitate to contact me if you have a request <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

    EDIT: Small bugfixes and new capx example ! (link in the first message)

  • If you have any special request or suggestions, please let me know

  • Thank you guy

    Your file is just here

    I hope it's what you wanted

  • Up please

  • Hello,

    I'm compiling my app with crosswalk but all the list view or dropdown list render as a pop-out box where i can select my choices.

    Do you know a way to render in android like in the browser ?

    Thank you.

  • Tell me if you need some help

  • Hello all,

    I just developped a plugin to be able to communicate with NFC devices like tags or mobile.

    You can download it here

    Tell me if anything gone wrong I need feedback to developp the plugin better

    Donate if you want to support me !

    List of realeases

    Now you can wake an app when tag is read (see this example)

    You have to write once on the tag to initialize that app to launch and you are ready.

    The only thing you have to know is the package name of the app.

    TIP : Don't forget to add custom plugin into intel xdk

    Plugin ID : com.chariotsolutions.nfc.plugin

    Tick the box under

    I accept pull requests.

    Add issues on github please.