I have a problem with Chrome. The web application sends several protocol handler requests to the application installed on the client computer using the Iframe element.
<iframe src="myprotocol://guid"></iframe>
It works on Ie and Firefox. On chrome, it only works on the first call. The second call requires the user to be active on the computer and work with Chrome.
Is there any way to do this? perhaps using a Chrome plugin?
bafla source share