yanliom Posted January 11, 2015 Share Posted January 11, 2015 (edited) Hello, I have a WinJS Store App with two pages: Page 1: Game Settings, Page 2: The game itself When I navigate from Page 1 to Page 2 everything works fine. But when I navigate back to Page 1 it throws an unhandled exception in phaser.js, in line 45816:var box = element.getBoundingClientRect();I use Phaser.js v.2.2 I attach the WinJS Project files for reference And a screenshot: Thanks in advance! Edit: Propably this happens because CANVAS element is "unloaded" when I navigate to the previous page. It seems that element object is undefined...phaser_navigationapp.zip Edited January 12, 2015 by yanliom Link to comment Share on other sites More sharing options...
Recommended Posts