Phonegap web app in regular desktop browsers

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

    If your phonegap application doesn't depend on any native code, then yes you can simply use the html, css & js files needed to create a web application. If your phonegap app uses any phonegap plugins or phonegap specific javascript calls, then you simply need decided on how these should be implemented on a web application.

提交回复
热议问题