Famous / famous-angular

Bring structure to your Famo.us apps with the power of AngularJS. Famo.us/Angular integrates seamlessly with existing Angular and Famo.us apps.
https://famo.us/angular
Mozilla Public License 2.0
1.92k stars 275 forks source link

Android 4.2.2 and built-in browser #255

Closed bampakoa closed 9 years ago

bampakoa commented 9 years ago

Hello,

I am trying to run famo.us-angular demo from starter kit, but it is not working. My Android version is 4.2.2 and I use the built-in browser with famo.us-angular version 0.5.0. If I try to run it from Google Chrome on the device, everything works fine. Is it some sort of limitation or am I doing something wrong?

Thanks

bampakoa commented 9 years ago

Hi,

Any idea on the current issue?

Thanks

zackbrown commented 9 years ago

Thanks for your patience here. The built-in Android browser prior to KitKat (4.4) is old. This is a limitation of Android and is something they've started addressing as of 4.4 (now there's a more modern version of Chrome running behind the stock browser.) The best solution for older versions (or even for newer versions, if your goal is a stable, predictable API across devices/versions) that I'm aware of is Intel's Crosswalk https://crosswalk-project.org/ , which lets you bundle a modern webview into your hybrid Android apps.