Jump to content

Problem with Pixijs on Cordova


Azern
 Share

Recommended Posts

Straight away to my problem. I don't know why I can't see the background I use in my app here.
As you can see here, I can see my background if I just run it like a normal web. But when I try it to run on emulator, the background doesn't show.
 

I've also tried the cordove run browser, the result were the same with running using emulator.

Any idea what's wrong with it?

Capture.PNG

Link to comment
Share on other sites

So, I got one of my problem that NOX doesn't run any javascript. I tried it with my other app from playstore.

And it leave me something in my code.

The problem emerge here.

Quote

var rendererContainer = eval(gameSettings.renderer);

the gameSettings.renderer should have the value of "autorenderer". But it doesn't run, I don't know why.
When I manually change it to ...

Quote

var rendererContainer = autorenderer;

it run just fine, like what I should to

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...