Hey all-
Quick (hopefully easy) question! So I'm running a rails3+devise application with a connect to facebook link, and am working on a jQ Mobile version — here's what happens:
1) Click FB Connect Link — works IF i'm using rel="external" (which is weird since the link is just /profiles/auth/facebook, I don't see what that wouldn't work sans "external".
2) Callback fires perfectly, and next page renders, but the Loading graphic never vanishes
When I check the source, everything is there, but the page content is hidden — and whatever jQuery is waiting for never occurs apparently. When I delete the loading graphic node and show the form none of the Mobile widgets have been applied yet, the form that's supposed to appear is completely unstyled. Note: the first page (where the Connect button is) works fine, so I know styles and scripts are loading just fine.
Help!!