aduros / flambe

Rapidly cook up games for HTML5, Flash, Android, and iOS.
https://github.com/aduros/flambe/wiki
MIT License
745 stars 118 forks source link

A black rectangle in HTML5 & Chrome #372

Closed markosman closed 8 years ago

markosman commented 8 years ago

Whenever I try to load a program that I built in HTML5 using Chrome I see a black rectangle in the left side of the screen (see images) next to the program. It doesn't happen on Firefox and Internet explorer, only on Chrome. Moreover, Flash works fine in Chrome.

For some reason, the Flambe demos work fine in HTML5 & Chrome. For example, here is an image of the browser demo (that I didn't build):

flambe browser

And this is the browser demo after I built it in HTML5:

flambe error

These are the versions that I use:

Does anyone know what is going on here?

markknol commented 8 years ago

The default index page isn't designed to be used in production.

Also, it looks like your browser is zoomed in (I see an icon at right side of your adressbar).

markosman commented 8 years ago

You are right, thanks !