jaunesarmiento / fries

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

Support for Android versions lower than 4.0 #67

Open jaunesarmiento opened 10 years ago

jaunesarmiento commented 10 years ago

Please post all related issues here. I'm aware of the following issues on Android versions lower than 4.0:

jaunesarmiento commented 10 years ago

For tabs, the first step that should be done is to find out which syntax of the flexbox layout is supported in Android versions lower than 4.0, then we can try and fix that. @hackersysCG, if you can play around with the examples and change the flexbox layout syntax for the tabs component, that'd be awesome.