raspberry pi 上的 Edge 浏览器?
Edge browser on raspberry pi?
是否可以在 raspberry pi 2 上安装 Edge 浏览器 运行?
我发现边缘浏览器在某些方面的表现大大优于 Chrome(dom manipulation/css 转换),我正在创建一个 public 显示 "art project".
Microsoft Edge 浏览器应用程序未包含在 Windows 10 个 IoT 核心中,运行 在 Raspberry Pi 2 上。但是,MS Edge 背后的相同 Web 平台可在UWP 应用程序中的 RP 2。如果您有一个网站,您可以通过托管 Web 应用程序或 WebView 控件来利用它。
列出了部署应用程序的步骤 here. Check out this blog that covers the entire process of deploying on the Pi 2 through VS 2015. You are able to do this through the free community version。
这个video covers how to make a Hosted Web App. A fun project and demo app to deploy is here: https://github.com/MicrosoftEdge/JSBrowser。这是一个使用 WebView 控件构建的教程 JavaScript 应用程序浏览器,能够 运行 在 Pi 2 上。
是否可以在 raspberry pi 2 上安装 Edge 浏览器 运行?
我发现边缘浏览器在某些方面的表现大大优于 Chrome(dom manipulation/css 转换),我正在创建一个 public 显示 "art project".
Microsoft Edge 浏览器应用程序未包含在 Windows 10 个 IoT 核心中,运行 在 Raspberry Pi 2 上。但是,MS Edge 背后的相同 Web 平台可在UWP 应用程序中的 RP 2。如果您有一个网站,您可以通过托管 Web 应用程序或 WebView 控件来利用它。
列出了部署应用程序的步骤 here. Check out this blog that covers the entire process of deploying on the Pi 2 through VS 2015. You are able to do this through the free community version。
这个video covers how to make a Hosted Web App. A fun project and demo app to deploy is here: https://github.com/MicrosoftEdge/JSBrowser。这是一个使用 WebView 控件构建的教程 JavaScript 应用程序浏览器,能够 运行 在 Pi 2 上。