If I develop a web app in phonegap, can the same web app be made to run in regular desktops/laptops inside a browser?
if you use a mac, open terminal and disable web security
open -a /Applications/Google\ Chrome.app --args --allow-file-access-from-files --disable-web-security
open your homepage.html and ENJOY :)