Phonegap web app in regular desktop browsers

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

    Using Ripple Emulator in chrome you can run you phonegap app.

    PhoneGap is an application framework that enables you to build natively installed applications using HTML and JavaScript.

    The easiest way to think of PhoneGap is a web view container that is 100% width and 100% height, with a JavaScript programming interface that allows you to access underlying operating system features.

    More Detail about Phonegap

提交回复
热议问题