Questions tagged [cocoonjs]

CocoonJS is a platform that allows developers to deploy, accelerate, and monetize their JavaScript HTML5 games in the App store and Google Play.

What is CocoonJS?

CocoonJS is a platform that allows developers to deploy, accelerate, and monetize their JavaScript HTML5 games in the App store and Google Play.

How to use CocoonJS?

Try your games for free using the CocoonJS Launcher App. Once you have tested it, generate a final file to be uploaded to the markets using our cloud based compilation system. What HTML5 features are allowed?

CocoonJS provides an accelerated canvas bound to OpenGL ES but also provides full DOM and CSS support via a WebView plus access to device features (camera, GPS, contact list, ...), monetization channels (ads, IAP, ...) and more.

Source: CocoonJS

82 questions
0
votes
1 answer

Use of $.getJSON() in cocoonjs

I have a HTML5 game working perfectly in desktop and for the leadersboards (and for more stuff) I use ajax to send parameters and receive data. The fact is that everything is working fine but in cocoon, in cocoonjs is not working at all and I don´t…
Pizzaboy
  • 331
  • 2
  • 14
0
votes
1 answer

Cocoonjs soundjs not playing on ios

We're building an html project using cocoonjs webview+, but soundjs doesn't play when we open our app on ios. Everything works fine on android in webview+, and we've tried mp3, ogg, and m4v sound files with ios. Does anyone have any idea what we…
ricick
  • 5,694
  • 3
  • 25
  • 37
0
votes
0 answers

cocoonjs fail to add webview plus

I have a problem setting up cocoon according to their manual at: http://support.ludei.com/hc/en-us/articles/202568973-First-steps-with-CocoonJS-CLI When I try to do: cocoonjs plugin add com.ludei.webview.plus I get the error: [CocoonJS] Executing…
0
votes
1 answer

facebook login failure on iOS device

I am making an HTML5 app using cocoonjs, when trying to login into facebook as i click the login button it opens the facebook app or facebook website on safari, after this if i close the facebook app/safari then my app doesnt get notified of this…
0
votes
1 answer

Cordova Ionic apk with chrome/chromium webview

I'm developing an Arabic android hybrid application using IONIC and Cordova, but seems some issues ( not applying font, scrolling not smooth etc...) to android 4.0-to 4.4. To solve this issue I tried with cocoonjs+webview , Now issues solved but the…
Abdul
  • 321
  • 4
  • 22
0
votes
1 answer

CocoonJS app to post tweet and image

For a number of days I have been looking into the possibility of integrating Twitter functionality for posting a high-score with a screenshot into a game that I am developing with CocoonJS. CocoonJS doesn't provide this functionality out of the box…
Richard C
  • 67
  • 8
0
votes
1 answer

Resume game from time at which it was paused

I am writing a game using CreateJS and using CocoonJS to distribute. Within CocoonJS API are a couple of listener functions that allow callbacks when pausing and resuming of the game. The game's timer and (time-based) animations are driven by the…
Richard C
  • 67
  • 8
0
votes
1 answer

How to build ionic application using cocoonjs webview+?

The webview+ from cocoonjs gives a huge performance boost to my ionic application that uses a good amount css3 animations. I want to be able to build my application using webview+ from cocoonjs. The instructions are straight forward and the commands…
Rick
  • 12,606
  • 2
  • 43
  • 41
0
votes
0 answers

CocoonJS - File input crashes on iOS

I'm building an HTML5 app that I want to distribute to iOS using CocoonJS. On a certain page I want the user to be able to upload an image: This works fine when I open my app in Safari on iPhone, but it…
Tim Baas
  • 6,035
  • 5
  • 45
  • 72
0
votes
2 answers

CocoonJS webview: Going back a page

I'm just trying out a simple app in the CocoonJS launcher which contains some links that open some external page. This works fine, but the problem is that I can't identify a way to go back a page (i.e. history back). The launcher app just displays…
TravisG
  • 2,373
  • 2
  • 30
  • 47
0
votes
1 answer

Is it possible to create Android live wallpapers using cocoonjs?

As per the question title, is there a way to implement an Android live wallpaper using CocoonJS? Either as a standalone app or as an additional service of an existing app, it doesn't matter. I can't seem to find any evidence at all that this is…
UncleZeiv
  • 18,272
  • 7
  • 49
  • 77
0
votes
1 answer

CocoonJS and Panda.js - Profile picture type thing possible?

I was wondering if it's possible to use the iPhone camera, take that image, have the user select the face and then crop out that face in CocoonJS and PandaJS. I need to do this to make a profile type thing, but I only want the part of the face that…
user3200120
0
votes
1 answer

Development of Mobile Games

There are times I have been researching on the best way and tool for developing mobile phone games, and came to a small conclusion: I need help from someone with knowledge to tell me what is the best tool for game development. I've tried to be easy…
0
votes
2 answers

How do I get my android webview make a load locally

I have a doubt. What happens is the following: I exported my game by using cocoonjs contruct 2, but I want to run it on my android webview by, because I want to implement starApp, and cocoonjs not support this. So, using my code below, I get only…
0
votes
1 answer

Why is 3D so slow on iPad3 Through Cocoon JS?

On a Nexus 7, the Gangnam Style Doom demo through CocoonJS runs at a healthy 35 FPS. On an iPad 3, the same demo runs at 5 FPS! My own project (using ThreeJS) runs at 50-60 FPS on a Nexus 7 and on a cheap $100 Android handset (Cubot P9), runs at…