MobiOne webapps are pretty basic HTML webapps that use relative URLs to resources such as images, js and css files.
Step-0: did your run and test your design in the MobiOne Test Center and confirm it runs properly there?
If res/images are not appearing from your host site my 1st step would be to verify that they are in the proper location relative to your main html file(s).
Step-1: inspect your host website directory to ensure that it has same structure as that generated by MobiOne. If you manually created dirs watch for spelling mistakes.
Step-2: You can verify this very quickly from any web browser by attempting to load one of the resource images:
Let’s say the start html file can be successfully loaded from the following URL:
http://foo.com/bar/mymobileapp.html
then construct a url to a resource like this below and see if it loads.
http://foo.com/bar/res/images/backButton.png
If your test URL does not load then most likely the webapp was not packaged or uploaded correctly.
Let me know what you find out. If after inspection you still have a NOGO there maybe some other things we can checkout.
Wayne
Genuitec Mobile Team