Distributed Android Market App Not Loading jQuery Mobile On First Page

I’ve made a simple multi-page app and deployed it to android market. It was built in Titanium Studio using jQuery mobile and html 5. When I test it on my android via cord it works and looks just fine. When packed and sent through the app store it doesn’t function properly.

The main issue is that the styling for jquery mobile isn’t working properly and I’m not seeing my UI buttons etc.

Why would a distributed app be any different than one I sent straight to my phone from titanium?

Any help would be appreciated.

Thank you

hmmm. That sounds very strange. As something like titanium just generates the java code. So when it is comiled onto your phone or packaged. It should be be same thing.

How did you package it? Terminal, Eclipse, etc?