If I develop a web app in phonegap, can the same web app be made to run in regular desktops/laptops inside a browser?
You can also try to run your app in Chrome by using the --disable-web-security command line option. It will allows you to perform some "mobile" operations like cross-domain requests etc.
Hope this helps !