Chrome 打包应用程序 - Webview for Mobile
Chrome Package App - Webview for Mobile
我开发了一个 chrome 打包应用程序并在计算机上 运行 成功(Windows、Mac、Linux)。基本上,该应用程序的作用是引用我创建的另一个 Web 应用程序,其中包含 Google 地图 Javascript API,它使用图钉显示位置,我使用 webview 显示它。
但是,我们也需要将此应用程序移植到移动设备上,但是当我在我的三星平板电脑上使用 android 版本 4.4.2 进行测试时,webview 似乎无法工作,即使我启用了"webview":"system" 在 Manifest.mobile.json。有没有办法通过使用 webview 将 chrome 应用程序移植到移动设备来实现这一点?
感谢任何帮助。提前致谢。
没关系,我已经阅读了移动 chrome 应用程序的 API 和库页面 "APIs Coming in the Long Term" 部分,其中列出了 webview,因此不支持标签 "yet".
https://github.com/MobileChromeApps/mobile-chrome-apps/blob/master/docs/APIsAndLibraries.md
我开发了一个 chrome 打包应用程序并在计算机上 运行 成功(Windows、Mac、Linux)。基本上,该应用程序的作用是引用我创建的另一个 Web 应用程序,其中包含 Google 地图 Javascript API,它使用图钉显示位置,我使用 webview 显示它。
但是,我们也需要将此应用程序移植到移动设备上,但是当我在我的三星平板电脑上使用 android 版本 4.4.2 进行测试时,webview 似乎无法工作,即使我启用了"webview":"system" 在 Manifest.mobile.json。有没有办法通过使用 webview 将 chrome 应用程序移植到移动设备来实现这一点?
感谢任何帮助。提前致谢。
没关系,我已经阅读了移动 chrome 应用程序的 API 和库页面 "APIs Coming in the Long Term" 部分,其中列出了 webview,因此不支持标签 "yet".
https://github.com/MobileChromeApps/mobile-chrome-apps/blob/master/docs/APIsAndLibraries.md