jaunesarmiento / fries

Fries helps you prototype Android apps using HTML, CSS, and JavaScript.
MIT License
1.55k stars 222 forks source link

Plenty of layout issues with Firefox #15

Closed OZZlE closed 11 years ago

OZZlE commented 11 years ago

Just going through the examples of your page like half of them have layout problems in the latest firefox (21.0).

Also:

var handleTouch = function (e) {
    ...
    e.preventDefault();
    ...
}

Causes right-click not to work on the page which is really frustrating when you are using firebug.

jaunesarmiento commented 11 years ago

Hi @OZZlE, I'm aware of the layout issues on Firefox. I didn't really optimize Fries on Firefox because Android devices don't ship with it. And it would be pointless to optimize on Firefox since Fries was meant to be used as a prototyping tool on Android and Android uses WebKit as its rendering engine. I'd suggest using Chrome or Safari when viewing the examples or testing your prototypes.

And for point number 2: as stated above, this is a non-issue when testing on Chrome/Safari.

I'm really sorry but I won't be optimizing for Firefox. You can however fork the repo and maybe do the optimization yourself.

Cheers!