Phonegap web app in regular desktop browsers

前端 未结 18 1878
深忆病人
深忆病人 2020-12-08 02:27

If I develop a web app in phonegap, can the same web app be made to run in regular desktops/laptops inside a browser?

18条回答
  •  执念已碎
    2020-12-08 02:51

    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 :)

提交回复
热议问题