jaunesarmiento / fries

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

Scroll is not working on android 2.3.6 and below 4.0 version. #54

Open vishnu123 opened 11 years ago

vishnu123 commented 11 years ago

I m build one long form using fries.This form is work well on android 4.0.3 but failed to load on Lower version of android like 2.3.6

Is fries only support android version above 4.0?

What are the changes required to this run on lower version?

jaunesarmiento commented 11 years ago

Hi @vishnu123. Unfortunately Fries has only been tested on devices that I got a hold of. And all of them are on Android 4.0 and above.

So yes, Fries only supports 4.0 and above (for now, I guess). I'm still thinking of bringing support to lower versions of Android but I doubt that everything will work though.

As for the changes required, since I don't have a device with Android 2+, I'm not sure how it can be tweaked to make it work. I'm really sorry about this.

jaunesarmiento commented 11 years ago

Apparently, this issue is valid. I've received an email asking how this can be fixed. A discussion going on here seemed to have fixed this issue. Just need someone to try and test if it works.

ithustle commented 11 years ago

Hi @jaunesarmiento I've an Android 2.3.7 device, if you want i can be you test-man-droid :)

jaunesarmiento commented 11 years ago

Hi @hackersysCG, cool thanks! Yes, I'd love that. Will work on a fix for now based on the links posted above. I'll give you a nudge when it's done. :)

ithustle commented 11 years ago

@jaunesarmiento I got you back ;)

jaunesarmiento commented 11 years ago

Hi @hackersysCG, can you confirm if http://filamentgroup.github.io/Overthrow/ scrolls on your mobile browser?

ithustle commented 11 years ago

Hi @jaunesarmiento, I already test Overthrow, not today, but few days ago and didn't work, but at now am using nicescroll.js and work well :) http://areaaperta.com/nicescroll/

ithustle commented 11 years ago

I think the biggest concern now is putting to work Tab and Spinner on Android 3.x early. What you say, @jaunesarmiento ?

jaunesarmiento commented 11 years ago

I think that might be a little hard to do as those Android versions' browsers only have partial support for the flexbox layout. And that should be discussed in a different thread. :)

ithustle commented 11 years ago

So, in this case what you think to do? @jaunesarmiento

jaunesarmiento commented 11 years ago

I'll create a separate thread for those issues first.

MichaelDC commented 10 years ago

I have used nicescroll but it brings bugs when i want to go back in my app, is there another tool to bring scroll on android versions lower than 4.0?

hackersys commented 10 years ago

@MichaelDC use iScroll.js

MichaelDC commented 10 years ago

Hi again, I have used Iscroll.js but i have a problem, the scroll returns to the top of the page, I searched on internet for some hints but each solutions did work.