@Keith
> dynamic content as my app builds the page on the request and it also will not work with AJAX calls
The Test Center emulator is built on top of the webkit core and is able to render remote generated content as well as support AJAX call processing. Going further it understands quite a bit of the iOS meta-data, implements spinner control for <select>, and a zillion other things that I have never seen in any other product except for Apple’s iOS native simulator.
Page scripting: I’ll dig up my PHP example that demo’s customizing a page created with MobiOne. Will be later today once I clear my current todo tasks.
AJAX call processing: There are several examples of MobiOne interfacing with remote web services as well as fetching remote pages.
– Zipcode2Geolocation demo
Interacts with public webservice via jquery getJSON() ajax call to convert a zip to geolocation
http://www.genuitec.com/support-mobione/viewtopic.php?f=14&t=1713&start=0
Is there a particular scenario that making an ajax call is acting up on you?