Azern Posted December 8, 2018 Share Posted December 8, 2018 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? Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted December 8, 2018 Share Posted December 8, 2018 It should work. Quote Link to comment Share on other sites More sharing options...
Azern Posted December 8, 2018 Author Share Posted December 8, 2018 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 Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted December 8, 2018 Share Posted December 8, 2018 I dont know where did you get that idea with eval Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.