Phempt Posted October 18, 2014 Share Posted October 18, 2014 Hi guys, I saw here: https://github.com/ekelokorpi/flyingdog/blob/master/src/game/config.js that there's a configuration option that enable WebGL on iOS8: iOS8: { system: { webGL: true } }I tried to add this on my config.js but doesn't work, any idea? Quote Link to comment Share on other sites More sharing options...
enpu Posted October 18, 2014 Share Posted October 18, 2014 What Panda version are you using? Quote Link to comment Share on other sites More sharing options...
Phempt Posted October 18, 2014 Author Share Posted October 18, 2014 Edited:The master one downloaded from GitHub.https://github.com/ekelokorpi/panda.js With my iPhone 5, iOS8.0.2 doesn't work, white screen without errors. Quote Link to comment Share on other sites More sharing options...
enpu Posted October 18, 2014 Share Posted October 18, 2014 No problem! Quote Link to comment Share on other sites More sharing options...
Phempt Posted October 18, 2014 Author Share Posted October 18, 2014 Sorry @enpu (I edited my post while u'r writing yours), I made the wrong test, on my iPhone5 with iOS8.0.2 doesn't work, white screen without errors... I confirm the version Quote Link to comment Share on other sites More sharing options...
enpu Posted October 18, 2014 Share Posted October 18, 2014 Hmm, can you test current develop version:https://github.com/ekelokorpi/panda.js/tree/develop There is a bug in iOS8 WebGL, you need to have black background color on your page. Quote Link to comment Share on other sites More sharing options...
Phempt Posted October 18, 2014 Author Share Posted October 18, 2014 I used Safari connected to my iPhone to use it's console, no error message, only:[Log] Panda.js 1.8.0 (core.js, line 334)[Log] Pixi.js 1.6.1 (core.js, line 335)[Log] WebGL renderer 320x480 (core.js, line 336)[Log] Web Audio engine (core.js, line 337)[Log] MyPandaGame 0.0.0 (core.js, line 339)I saw also some console.log of the game, so the game start but a white screen is shown. Quote Link to comment Share on other sites More sharing options...
Phempt Posted October 18, 2014 Author Share Posted October 18, 2014 With the development branch, it works.Panda.js 1.9.0core.js:335Pixi.js 1.6.1core.js:336WebGL renderer 320x460core.js:337Web Audio enginecore.js:339MyPandaGame 0.0.0Can I use this branch in a production release? Quote Link to comment Share on other sites More sharing options...
Phempt Posted October 18, 2014 Author Share Posted October 18, 2014 There's a little bug using this configuration with Phonegap. Open a link in Safari causes the reloading of the app. Deactivating this configuration this "reloading issue" doesn't happen. EDIT:also multitasking doesn't work with this config, returning into the app cause its reloading 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.