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

CocoonJS displays blank screen

I'm using the ImpactJS framework for work and I've tried what most of people did to get their games to work but with no luck, most recently I tried following the instructions from this thread: http://impactjs.com/forums/help/cocoonjs/page/1. It…
user2728839
0
votes
1 answer

CRITICAL issue with iOS, CocoonJS and Facebook

I've just published in the Apple's Appstore a CocoonJS powered Javascript game that integrates some Facebook functions. After creating my app to Facebook, I spent weeks testing it in the CocoonJS Launcher, and I found the following: In iOS, the…
Johanovski
  • 235
  • 1
  • 5
  • 15
0
votes
1 answer

Ajax "POST" not working in iOS

I'm having a strange problem with Javascript, AJAX and sending "POST" information to the server... I'm working in a HTML5 / Javascript (plain JS, no jQuery!) game that is run both on iOS and Android through CocoonJS. I need to pass some things to a…
Johanovski
  • 235
  • 1
  • 5
  • 15
0
votes
1 answer

Javascript Facebook SDK: how to really log out?

First of all: I'm aware that there's plenty of questions about the same topic, but none of them did the trick for me (I've already been like 3 days trying to get this working)... I'm working on a Javascript mobile game which includes some FB…
0
votes
1 answer

cocoonJS css not working

I built a hello world app with a separate css file for the color of the background and size of a div and when I get my cocoonJS app it's all black. Does CocoonJS support css/css3 or does it only support css3d? For instance, being able to embed…
Nicolas
  • 2,191
  • 3
  • 29
  • 49
0
votes
1 answer

CocoonJS and Facebook extended permissions

First of all, I'm aware there are plenty of questions and answers relating this topic. However, none of them works for me (maybe because they are old and the methods have become outdated, I don't know)... Let me briefly explain my problem: I've been…
0
votes
2 answers

CocoonJS Canvas image pattern fill not working

I'm using HTML5 Canvas to draw a GUI. Image pattern fill works fine in browsers (including mobile), but when I use the Cocoon JS launcher on Android or iPad, the texture pattern is just shown as black. var pattern =…
0
votes
1 answer

Running Cordova sample project with CocoonJS Launcher

Does anyone know for sure if the CocoonJS Launcher android app is capable of running Cordova projects without previous compilation? I'm trying to follow this guide to the letter but CocoonJS Cloud compiler is temporary out of service for Cordova…
lephleg
  • 1,724
  • 2
  • 21
  • 41
0
votes
1 answer

issue with cocoonjs launcher app on nvidia shield

I'm trying to test a cocoonjs app I made on an Nvidia Shield. I was able to get to my app from an express server I had running on another pc and that worked fine but I'd like to be able to run the app locally off of an SD card in the shield. I…
0
votes
1 answer

Cocoon JS Canvas Scaling

I have made a small HTML 5 canvas application with fixed size of 640*480. Code is written considering 640*480 canvas (say to paint text or to draw image - fixed coordinates have been used). Everything is working fine in ipad mini i.e. scaling and…
Jatin
  • 341
  • 3
  • 8
0
votes
1 answer

Mopub mediation admob stuck at welcome to mopub

I'm following this guide here to put some ads in my apps https://www.scirra.com/tutorials/781/how-to-setup-admob-ads-on-construct-2-mopub-cocoonjs Im using construct2 to build my apps, and right now my app is only showing welcome to mopub banner…
Andre
  • 41
  • 1
  • 6
0
votes
0 answers

beginRadialGradientFill not drawing when running EaselJS under CocoonJS on Android 4.0.3

I am writing a game that uses the EaselJS HTML5 canvas library, and I am attempting to use Ludei's CocoonJS to deploy it to various platforms, starting with different versions of Android. I am attempting to use the following to draw a radial…
0
votes
2 answers

Ludei Android App requires unnecessary permissions

I use construct 2 to build my apps and then I export them to CocoonJS which then compiles them as a native app. I download an unsigned .apk file, sign it then upload it Google Play. The apps work great, just like they were natively written. When I…
jabelone
  • 35
  • 8
0
votes
1 answer

UI freezes in iOS when I make an async call to a WebView using CocoonJS

I developed a game using ImpactJS and I'm using CocoonJS to run it on Android and iOS. My game needs to execute some AI code, and it takes too long, so I use a WebView for executing the code in a background thread (using CocoonJS forwardAsync…
Sergio Viudes
  • 2,714
  • 5
  • 26
  • 44
0
votes
1 answer

App with Construct 2 and CocoonJS is not running on apple

i recently programmed an app with construct 2 and exported it with cocoonJS. The app runs smoothly on every android device I testes (Nexus 5, Samsung Galaxy S3) but not on apple. I was testing it with an Ipad 2 and Iphone 4s but it always…