>
> Did this already happen? I was hoping to see something about Cordova plugins in CJS builds.
>
Still working on it. Sorry. We will publish everything as soon as it is ready, so do not worry, we will keep you all inform.
> I'm still having trouble to use "Is logged in", can't see any 'Social' option under a 'Function', I was able to add "Is logged in to Game Center" in old C2 embedded CJS plugin, but the manually installed new CJS plugin won't show any 'Social' options under a 'Function', I can see 'Social' outside a Function tho, this possibly a bug?
>
> To reproduce this problem:
> 1. New project
> 2. Insert new object > Function
> 3. Insert new object > CocoonJs
> 4. in event sheet, add event > Function > On Function
> 5. right click on the added Function > Add blank sub event
> 6. double click on the added blank sub event > Cocoonjs, you will see no 'Social' options available!
>
It is not a bug. You should see the attached image when adding a condition. If you can see this, it means you are using the latest plugin and the "Is logged in" is done internally and not necessary. If you want to check the code, you can open the runtime.js inside the cocoonjsads folder and open it. If you search for "isLoggedIn()", you will find it as a condition. We are checking it for you.
Regards.
ludei thanks for reply, i'm still a bit confused, i can see the conditions as your attached image ONLY OUTSIDE a "Function", when I'm under a "Function", Cocoonjs conditions are very limited, image I attached is what I see under a "Function", doubt this is normal. (btw, i'm on latest cjs plugin, just updated again this morning)
[attachment=1:19i2syhh][/attachment:19i2syhh]
Also attached a capx made with R190, I created a "Function" and a blank sub-event, you can try add cjs condition in the blank sub-event. you should see the problem.
[attachment=0:19i2syhh][/attachment:19i2syhh]