jaunesarmiento / fries

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

Remove position: fixed on body from base.css #47

Closed jadjoubran closed 10 years ago

jadjoubran commented 11 years ago

It causes the scrolling to be slow on my Samsung Galaxy S2, S3 and S4. When I changed the body declaration in base.css to the following, it worked

body {
    /*  position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;*/
    font: 15px/1.6 "Roboto", sans-serif;
    color: #fff;
    background-color: #000;
}
jaunesarmiento commented 11 years ago

I didn't notice this when I was testing on Samsung Galaxy S2. Can anybody else confirm this?

jadjoubran commented 11 years ago

I guess you didn't notice that because the examples don't have any page that scrolls.. if you can try it on any phone you can see it clearly

jaunesarmiento commented 11 years ago

I'll be getting an Android phone next week. Will test this as soon as I get one. As of now, I really don't have anything to test it on.

jaunesarmiento commented 11 years ago

Hi @jadjoubran, I've tested this on a Nexus 4. And I'm not experiencing the issue you're stating.

jaunesarmiento commented 10 years ago

Seem to be working fine on mine. Closing this.