PaulKinlan / io-reader

Apache License 2.0
2 stars 0 forks source link

Activate article (mobile app) #19

Closed mahemoff closed 13 years ago

mahemoff commented 13 years ago

This is the showstopper for me right now. controller.activate() is called in the mobile controller, but there doesn't seem to be anything loaded.

PaulKinlan commented 13 years ago

Are there any errors?

PaulKinlan commented 13 years ago

Dude, I am getting Uncaught TypeError: Object [object Object] has no method 'touch' whenever I try to click on an article.

PaulKinlan commented 13 years ago

Hang on - that is the race condition from formfactor....

PaulKinlan commented 13 years ago

Someone put a "return" at the top of fetchArtcile so it never fetches anything.

PaulKinlan commented 13 years ago

Fixed.