5

I have an issue with Chrome. The web app sends a number of protocol handler calls to an application, installed on the clients computer, using a Iframe element.

<iframe src="myprotocol://guid"></iframe>

It works on Ie and Firefox. On chrome it works on the first call only. The second call requires the user to be active on the computer and working with Chrome.

Is there any way to accomplish this? maybe using a Chrome plug-in?

4

1 回答 1

0

您可能需要重置您的协议处理程序配置。失败是处理程序实际成功执行,处理程序中的崩溃可能只会导致 chrome 删除它。

如果可以,调试两端。

https://vsee.zendesk.com/hc/en-us/articles/209804153-How-to-Reset-Protocol-Handler-on-Chrome-VSee-doesn-t-launch-from-waiting-room-

于 2017-03-06T10:35:42.767 回答