I tried wrapping a sample famo.us app using Phonegap and created an apk using build.phonegap.com. For some reason, the animations/transitions are not showing up. The app loads correctly with all resources properly showing up (images, famous surfaces). Its only the animations that have disappeared.
Interestingly, I tried locally testing the Famous app by installing "Phonegap Developer" app from playStore (both iOS and Android). In this everything works perfectly, animations are rendered exactly like the desktop browser.
I have also tried locally saving all famous files without using famous CDN. But this didn't effect anything except for the load time, ofcourse.
Any ideas how to make the transitions work on a famous-phonegap app?
Thanks!