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 应用程序构建完成后,在苹果设备上运行时,是在浏览器内部运行,还是在带有本地 Web 服务器的浏览器控件中运行?因为它只是 html/javascript,它应该托管在网络服务器中?
您可以在项目中使用本地 html/css/js 文件。这只是加载了一个 UIWebview,PhoneGap 只是使一些本机功能可以与 javascript 一起使用。