jaunesarmiento / fries

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

Having an Icon for refresh or pull to refresh will be great #27

Closed mohitjain closed 11 years ago

mohitjain commented 11 years ago

I need a static icon for right top corner and click on it makes it revolving icon. Or something like pull to refresh.

Icon I am talking about: http://findicons.com/search/android-refresh Pull to refresh: http://revolugame.com/pull-to-refresh-with-phonegap/

Can you suggest me what should be used? Any plans for something like this in near future?

PS: I am new to phonegap and using fries for my first application.

jaunesarmiento commented 11 years ago

Hi @mohitjain, as of now there are no plans to add a pull-to-refresh functionality to fries as it can be done using other libraries. And implementing such feature requires a bit more time than the rest of the features. Maybe you can check out cubiq iScroll4 with pull to refresh (http://cubiq.org/iscroll-4) and restyle it in an Android-y way.

As for the refresh icon, yes I'll be adding more icons to the current ones cause I've noticed that it's incomplete.

mohitjain commented 11 years ago

Thanks a lot for the such a quick response ;)