Hey Matthew, I installed your app on dev phone, simulator. I still dont understand what I am testing here. The app opens up. I see all the lorem ipsum text.
When I try to debug it, I see a this one warning Use of getAttributeNode() is deprecated. Use getAttribute() instead. But I dont think that it is the root cause. I also found a tap and hold event output reflow: 1.58ms reflow: 2.41ms reflow: 2.33ms reflow: 2.85ms reflow: 4.41ms reflow: 2.56ms reflow: 3.31ms reflow: 2.02ms reflow: 2.02ms reflow: 4.64ms reflow: 2.89ms It shows Delete, Edit and Cancel buttons sliding down the list. If that is what you were looking for, then I guess your app works on a device. Please let me know if you need more help with device testing. I know that not being able to test on a device can sometimes be a pain. *Prateek Jadhwani* www.prateekjadhwani.com On Sat, Jan 11, 2014 at 9:20 PM, Matthew Hazlett <[email protected]> wrote: > I am writing an app for FFOS and I am concentrating on the UI first. The > UI works in Chrome and FF Desktop but when I put it in the simulator it > acts strangely not responding to gestures. > > I started up a webserver and served the app to my iPhone using safari and > it works with all the gestures. I did the same with chrome on my phone > again works great with all the gestures. > > I don't have a dev phone. > > There is nothing exotic, i am using mootools.js (http://mootools.net/) > for my framework (been mooing for years) the animations are CSS3 animations > and the gestures are handled by hammer.js ( > http://eightmedia.github.io/hammer.js/) > > So I am stumped, is it just the FFOS emu not working correctly? I have > uploaded my bare bones UI design if anyone would care to look at it to > GitHub. > > https://github.com/hazlema/Project-Time-Tracker > > Thanks in advance for any help, this is my first mobile app > _______________________________________________ > dev-b2g mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-b2g > _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
