Mobile Touch Application Framework - MJaxTouch

Hey I have been playing around and open source project intended to build mobile touch apps for the iphone, ipad, and android. Its little adaptation of my own that builds off of Qcodo and jQTouch (which recently merged with Sencha makers of Ext JS). Its still really rough right now and oddly enough it works better on android’s browser then iPhone’s safari.
I have been sitting on this hesitant to post it because I don’t feel its ready yet, but I felt that I need to test the waters and get the community’s opinion. As general Patton said 'A good plan violently executed now is better than a perfect plan executed next week. ’

There is a little demo set up at:
http://lab.mattleaconsulting.com/MJaxTouch/
I tried to keep jQTouch’s sources in-tacked so that updates would be simple, but I did have to make some of the private methods public. If you wish to view the sources
Front End: http://github.com/mlconsulting/MJaxTouch
Back End: http://github.com/mlconsulting/MJax-Includes
If you wish to run it you will also need to install QCodo:
QCodo: http://www.qcodo.com
You may need my help in order to get this all configured, but hopefully it is as simple as including my /MJax/_core/MJax.inc.php from the bottom of Qcodos prepend.inc.php
I am curious to see what your thoughts are on this project, any feedback would be appreciated.