suspect that the width: 100%; height: 100% CSS (which are overridden with style setting) is messing with some browsers' ability correctly display the <canvas> at its requested size.
May also be the reason why some browsers seem to report improper numbers for width / height so the game cannot properly scale/ratio itself -- thus possibly related to #8.
suspect that the
width: 100%; height: 100%
CSS (which are overridden withstyle
setting) is messing with some browsers' ability correctly display the<canvas>
at its requested size.May also be the reason why some browsers seem to report improper numbers for
width
/height
so the game cannot properly scale/ratio itself -- thus possibly related to #8.