I'm running Nifty Authentication as my authentication solution for my app. I'm attempting to convert the site to mobile formats, by using the plugin mobile_fu and jqTouch.
I know I have to create multiple .mobile.erb view for the site and have done so.
My problem is, jqTouch users some sort of AJAX form submission, that Nifty Authentication is not equipped to handle. It does not create a session, and does not redirect to anywhere. In fact the screen just fades to black.
Any help would be greatly appreciated.