问题标签 [google-chrome-arc]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
772 浏览

google-chrome-arc - 我们可以在 ARC 应用程序中添加键盘快捷键吗

我们如何在 Google Chrome ARC 应用程序中添加键盘快捷键?由于 ARC 应用程序现在可以在桌面 Chrome 浏览器上运行,因此桌面客户端必须拥有它。

0 投票
1 回答
281 浏览

url-scheme - Google Chrome ARC 是否支持 URL 方案?

谷歌刚刚发布了 ARC,可以在 PC 上运行 Android 应用程序。ARC 是否支持 URL 方案(例如;example://pass?var=hello)来启动 Chrome 浏览器中的数据并将数据传递到 ARC Android 应用程序?

0 投票
1 回答
1151 浏览

google-chrome-os - ARC Welder 打包的 Android 应用程序是否仅在 Chrome 操作系统上可用?

如果我使用 Google ARC Welder 打包 Android 应用程序并通过 Chrome 网上应用店进行分发,它是否适用于 Windows、Mac、Linux 或仅适用于 Chrome 操作系统?如果是这样,是否有任何消息如果将来会改变?

0 投票
2 回答
365 浏览

android - 在 chromebook 上测试 ARC zip

我使用 ARC-welder 在我的 PC 上测试应用程序并创建一个 zip - 现在我正在寻找一种方法来在 chromebook 上测试这个 zip 而无需发布它。这可能吗?

0 投票
1 回答
464 浏览

google-chrome-arc - setsockopt 失败:EINVAL - ARC 是否支持 https/SSL?

刚刚第一次尝试使用我们的 APK 进行 ARC。它开始正常但无法连接到我们的后端服务器:

SocketException:setsockopt 失败:EINVAL(无效参数)

2015-04-07 下载的当前 Chrome 和 ARC。

堆栈跟踪显示它尝试设置不支持的 KeepAlive 套接字选项失败(比该指针)。

添加SocketConfig socket = SocketConfig.custom().setSoKeepAlive(false).build();到 HttpClient 并没有帮助,就像HttpClientConnectionOperator总是调用一样sock.setKeepAlive(socketConfig.isSoKeepAlive());,在我看来,即使使用false...调用,调用也会崩溃

谢谢,干杯,汤姆。

0 投票
1 回答
273 浏览

google-chrome-arc - 将菜单栏添加到应用程序的窗口

我被要求在我们的 ARC 应用程序的 chrome 窗口中添加一个菜单栏。所以,两个问题:

  • 这可能吗?
  • 如果是这样,人们将如何定义它并与之交互?

澄清一下,这类似于通常的 Chrome 窗口右上角的下拉菜单,但它会包含自定义条目。

0 投票
1 回答
70 浏览

google-chrome-arc - 是否可以最小化启动 ARC 应用程序

如果可能,我想最小化或隐藏我的 ARC 应用程序。对于 chrome 应用程序,我可以在 chrome.app.window.create https://developer.chrome.com/apps/app_window#type-CreateWindowOptions方法中使用 CreateWindowOptions

是否有一些可用的元数据标签?

0 投票
0 回答
583 浏览

google-chrome-arc - 添加 apk 菜单未显示在 Arc Weder 中

我在 Chrome 41 上安装了 Arc Welder,每次启动应用程序时都看不到任何“添加 apk”菜单。它出什么问题了?我有一个 ubuntu 机器。 更新:这是窗口截图的截图

0 投票
2 回答
740 浏览

android - ARC with USB access?

I've got an Android application which can be remote controlled by USB midi devices. The app itself is running fine with google ARC but the USB module doesn't detect any USB device. I already found that it is possible for Chrome apps to use usb but only when declaring each specific device in the manifest (https://developer.chrome.com/apps/app_usb).

Does Google ARC support USB access? Will it be possible to get a list with all USB devices without declaring them first in the manifest?

0 投票
1 回答
212 浏览

android - 无法在通过 chrome arc 运行的 android 应用程序中播放 rtsp/hls 视频

我正在尝试在通过 chrome arc 运行的 android 应用程序中播放视频流。但它得到一个错误“插件崩溃:捕获的小型转储”。

如何使用 chrome arc 播放流视频