thomasstreet / famous-angular-starter

Starter repo + walkthrough for Famo.us/Angular
114 stars 48 forks source link

blank page on cordova #24

Open ferrysutanto19 opened 9 years ago

ferrysutanto19 commented 9 years ago

i have this issue when i try to put famous-angular-starter inside cordova build,

i try to test it in my phone (acer liquid e380, android 4.2)

here's the step that i did when producing this error

  1. i create a cordova project using cordova cli
  2. i download famous-angular-starter kit
  3. i extract famous-angular-starter-kit and copy the content to www directory in cordova project
  4. i run cordova platform add android in commang prompt
  5. i run cordova build android
  6. i run cordova run android
  7. then it installed the debug-apk to my phone
  8. and it just show blank page.

other info : i use android api 22 os windows