Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道phonegap,但在这里我想知道是否有可能有一个android应用程序,它不是一个真正的应用程序,而只是一个只打开一个特定网页的浏览器,那只是我已经设计的移动网站,我不确定但我看过一些 android 应用程序,我知道他们做了类似的事情,以下是我想要的东西:
这对 Android 的 Phonegap 有可能吗?
你可以这样做。当 ondeviceready 被触发时,你会想要使用 inappbrowser 插件打开一个外部页面。在此处查看我的 SO 答案以获取有关如何使用 inappbrowser 的指南,您可以在此处查看有关 ondeviceready 的文档。