jaunesarmiento / fries

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

Fries as a chrome app #87

Open gregnietsky opened 10 years ago

gregnietsky commented 10 years ago

hi there been messing around with a chrome app if anyone is interested see bellow repository.

https://github.com/gregnietsky/fries-chrome-app

the only issue i have come across so far is the bottom actions trigger the scrollbar i have not investigated this. if i do and find something ill feed back seems to be a padding/margin/height calc issue.

what this app does is well nothing ... it opens up a 380x640 app window loading the example off the fri.es site in a webview.

the icons are from a "todo list" demo if you have suitable suggestions / replacements please advise.

anyone is welcome to do with this as they wish.

the idea is to have a standalone chrome app and droid app with the same UI/operation.

gregnietsky commented 10 years ago

One way too fix this but its not pretty is to set page style overflow hidden ... im sure someone smarter @ css will have a proper solution.