i created new app following steps:
$ meteor create newapp $ cd newapp $ meteor add-platform android
set android device debugging (galaxy nexus, android v4.2.1),
attached machine (mac os x 10.10.5) via usb , confirmed shows using adb devices
terminal command.
running meteor run android-device
worked , started default 'welcome meteor!' app on localhost:3000 , deployed app on android phone.
on desktop via chrome, app fine. on phone, app shows up, stays couple of seconds, disappears, shows again, disappears. can't interact app , app not update (i.e. when click button on desktop, should count on phone).
anyone else seen behavior before? suggestions?
Comments
Post a Comment