Open GoogleCodeExporter opened 8 years ago
When you rotate the demo, the game takes 100% of the screen and I cannot move
around the rest of the page.
Original comment by nachitox...@gmail.com
on 18 Mar 2014 at 7:52
I overcome this issue by adding a little code.
$(window).resize($.proxy(function(e){
this._cellX = cell.offset().left;
this._cellY = cell.offset().top;
},this));
Original comment by 1289abhi...@gmail.com
on 19 Mar 2014 at 5:33
Original issue reported on code.google.com by
1289abhi...@gmail.com
on 13 Mar 2014 at 5:15