If I develop a web app in phonegap, can the same web app be made to run in regular desktops/laptops inside a browser?
Since the phone gap applications are build using JS, HTML and CSS, You can access these HTML file and run in browser. but your code has access to any device specific calls then it will throw error.