Josek5494's Forum Posts

  • Cordova SQLite Database — Now for sale in the Scirra Store!

    https://www.scirra.com/store/construct2 ... abase-3089

    Use the features of cordova-sqlite-storage plugin in your Construct 2 projects for Android, iOS, macOS, and Windows 10. Just open or create the database and executes SQL statements.

    More information and example .capx in my blog:

    http://hermitsdevelopment.blogspot.com. ... qlite.html

    Use this topic to leave comments, ask questions and talk about Cordova SQLite Database

  • >

    > > I have watched the video tutorial and you use intel xdk to export your files but how about in cocoon.io? will it work

    > >

    >

    > I don't know because i didn't test it

    >

    can you test it?

    I don't have time and any Cocoon account for it. Srry mate

  • I have watched the video tutorial and you use intel xdk to export your files but how about in cocoon.io? will it work

    I don't know because i didn't test it

  • Is it still working? With new XDK and Cordova plugin versions?

  • Hello, can you explain the "Link" and "Image/File"

    can i import a png file on my capx then use it to that "Image/File". If yes, how can i do that exactly?

    Image/File: "Logo.png" <<<<< is this correct?

    If i cant do that. Can i upload the logo on facebook then put the link on "Image/File"?

    You must use the image path or an url, like "www/Logo.png" or "https://www.yourhosting.com/logo.png"

  • So just add the plugin without builder and export to intelxdk? And work like non-intel xdk manipulations correct? Thank you!

    Yeah you dont need all that actions and conditions, only add the plugin to the project, export for Cordova, build it in xdk with the Cordova plugin installed and it will be able to work. To launch and edit your notifications go to your dashboard in One Signal's web

  • Can you help me? I'm not sure which order and more details, thank you!

    What are you trying to do there? You only need to install the plugin in your project and the notifications management is made in One Signal's web. All those actions are for other things that you must to know what youre doing. Take a look at the Cordova One Signals Api in their webpage if you want to learn more.

  • Are you using any Cordova plugin in your app?

  • Maybe in the config files you need to copy in your project? Or the user functions? I don't know about Firebase because i didn't use it yet

  • I don't know because publishing it in the Scirra Store is not worth to me for only one customer and i don't have any ability to make the plugin images hahaha Another option is to make it to you like a custom work. I don't like to talk about the money in here that much, so if you're interested just contact me by pm or e-mail: and tell me a price you find good.

    If you find more people maybe i will put some more effort to put it in the store ^^ Sorry about the inconveniences but i dont have much time these days due to some personal problems and my studies...

    Greetings and good luck my friend!

  • I can do it too, but its huge with a lot of functions god dammit aahahahhaha

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Theres one here but i dont know if it works: https://github.com/arnesson/cordova-plugin-firebase

  • I can do it, but i dont work for free now. If you're interested just contact me by pm or mail:

  • New version guys. One Signal changed some things to make the Cordova plugin compatible with >4 versions. Check my blog and download the new version in Scirra Store, if you bought the plugin directly by paypal, send me an e-mail () to send you the new version. I think needs testing but i didnt found problems in the new code.

    Thank you!

    Edited: The new version is waiting for approval in Scirra Store, maybe it will not show yet.

  • I've found a solution....

    For those interested in rewarded videos or just using the original "cordova-admob-pro" you can add it using Intel XDK and In your Construct 2 add the Browser object then add an action: Browser -> Execute Javascript: "AdMob.prepareInterstitial( {adId: 'ca-app-YOUR-ID', autoShow: false, overlap: true})"

    and then later: "window.AdMob.showInterstitial();"

    In other words: you don't need this plugin... You can use the "original cordova functions".

    (this might sound normal to you but I'm new to construct and just found out about this...)

    You can see the entire documentation here: https://github.com/floatinghotpot/cordova-admob-pro

    Thats why the plugin was made, to save you the work to write all the javascript functions. Obviously this is only a wrapper, and without the Cordova plugin admobpro you do nothing. The function showInterstitial is not for rewarded videos... The C2 plugin and the Cordova plugin have a function to do it.