If I develop a web app in phonegap, can the same web app be made to run in regular desktops/laptops inside a browser?
Using Ripple Emulator in chrome you can run you phonegap app.
PhoneGap is an application framework that enables you to build natively installed applications using HTML and JavaScript.
The easiest way to think of PhoneGap is a web view container that is 100% width and 100% height, with a JavaScript programming interface that allows you to access underlying operating system features.
More Detail about Phonegap