Thanks, I see the theme issue. Most likely the export fails because of the custom theme, but we'll test.
I'm also not sure why when you click on Home in nav bar, it takes you to a full screen, instead of showing in mobile frame. I will let you know.
I noticed that you have this:
It could be what you want but keep in mind that Ajax requests (services) are invoked asynchronously. This means the first service will be invoked, and then immediately the second service is invoked (while the first one is still being processed). If you need to ensure order, then do this: http://help.tiggzi.com/documentation/...