Phonegap web app in regular desktop browsers

前端 未结 18 1862
深忆病人
深忆病人 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:38

    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.

提交回复
热议问题