cowbell / ionic-geofence

Ionic geofence app example
MIT License
180 stars 92 forks source link

App screen is blank #10

Closed ericvangeem closed 9 years ago

ericvangeem commented 9 years ago

Running the app with ionic run android installs the app onto my device (Samsung Galaxy S6) but when the app opens, a blank white screen is displayed with no ability to interact with the app. The same occurs when running in an Android emulator using target API level 19.

tsubik commented 9 years ago

Hey @archee I've updated also name of the module while loading it here. It should work fine now.

ericvangeem commented 9 years ago

Hi @tsubik

Did a fresh clone of the example app and I'm still seeing the same behavior. I did a ionic serve to view the developer console and noticed a bunch of 404's on what seems to be needed asset files. I also made sure to execute the npm install command beforehand just in case.

Here is a screenshot of my developer console when running ionic serve of this example app. screen shot 2015-07-07 at 3 58 12 pm

ericvangeem commented 9 years ago

Hi @tsubik

My apologies, it appears I forgot to run bower install as well prior to running the app. Everything looks good.