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.
我只使用 HTML5、CSS3 和 Jquery 进行 Web 应用程序设计,此外,我还有一个启用 AJAX 的 WCF 服务项目来为 HTML 页面提供端点。我还有几个项目在我的 Web 应用程序中使用了 Web 服务。
现在我想使用 Phonegap 将此应用程序转换为本机应用程序。请在这方面帮助我,转发我们可以用来通过 phonegap 将 Web 应用程序转换为原生 android 的资源。
如果你在你的应用程序中只使用了 HTML、JS 和 CSS,而没有像 ASP.NET 或 PHP 这样的服务器端技术,你可以很容易地让整个代码库在手机上运行。如果您需要获得真正的移动体验,请尝试使用 jQuery Mobile 或 Kendo UI Mobile for UI 等移动框架。