Is there a way to access http://localhost:3000/posts from within an HTML file that's running through Phonegap for the iPhone on the iPhone device (not the simulator), in XCode?
If I have an HTML5 app in Phonegap, I have only been able to access external stylesheets with file://Users/etc.. or http://... when I'm testing it on the iPhone/iPad itself. If I'm running the simulator, I can access localhost no problem.
Is there a way around this? I know I can access localhost on the Mac from within Parallels running Windows by doing http://username.local/posts, is there something like this for iOS development?