jaunesarmiento / fries

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

broken on android 4.4.2 ? #84

Open imaginabit opened 10 years ago

imaginabit commented 10 years ago

just update my phone and my program with fries stop working... it only show the action bar and not the rest of the page :(

imaginabit commented 10 years ago

if i comment the lines in 62 63 content.css

.content { ... / overflow: auto ; overflow-x: hidden;
/ .. }

and i change the action-bars.css adding position: fixed to .action-bar.fixed-top to made it fixed to the top again

jaunesarmiento commented 10 years ago

I believe there's a better solution for this. Removing overflow property will remove the scroll from the content. Will look into this while working on a better scroll functionality when I get the time. On Dec 14, 2013 12:31 PM, "Fernando" notifications@github.com wrote:

if i comment the lines in 62 63 content.css

.content { ... /* overflow: auto ; overflow-x: hidden;

*/ .. }

and i change the action-bars.css adding position: fixed to .action-bar.fixed-top to made it fixed to the top again

— Reply to this email directly or view it on GitHubhttps://github.com/jaunesarmiento/fries/issues/84#issuecomment-30560129 .