可以在 Windows 8/8.1/10 Store App 的 Cordova 应用程序中使用 chrome / chromium webview 吗?

It is possible to use chrome / chromium webview in Cordova application for Windows 8/8.1/10 Store App?

我想在 Apache Cordova 中构建一个跨平台应用程序,该应用程序使用基于 Chromium 的 Webview 组件 Windows Store Apps。

类似于人行横道https://github.com/crosswalk-project/cordova-plugin-crosswalk-webview

可能吗?

Windows 商店应用不能使用 Chrome,必须使用 windows (you can't even put a none-Edge browser into the windows store) 附带的默认浏览器。我想好消息是,如果您有耐心,明年 Blink(Chrome 所基于的渲染引擎)将成为 Edge 的默认渲染引擎。顺便说一句,人行横道也死了,因为 Chrome 现在是所有现代 Android 手机的渲染引擎..

从 2020 年开始编辑...由于 Slack 和其他 Electron 应用程序在商店中,并且由于 Cordova 现在支持 Electron - 您可能想要使用 Electron 而不是创建 Windows 商店应用程序。