|
Rank: Advanced Member Groups: Member
Joined: 10/4/2016 Posts: 104
|
Hi, I can see EO will allow to register dynamically your own URI scheme: https://www.essentialobjects.com/doc/webbrowser/advanced/resource_handler.aspxBut it seems to fail opening the associated application for a URI scheme that has already been registered as explained here: https://msdn.microsoft.com/en-us/windows/desktop/aa767914In our case we have created this new scheme: aasml and it works in IE, Chrome and Firefox but when I click on the same link (e.g. aasml:https://mysite.com/) using EO Browser, we get: Error:Failed to load resource: net::ERR_UNKNOWN_URL_SCHEMEWould you mind let me know what we are missing here? Thank you
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
One of the main goal of our product is to be completely self contained and do not rely on the environment --- the downside is we generally do not load settings from the system either. In this case, we do not support custom schemes defined in the registry. You have to do it with our own custom resource handler scheme.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 7/10/2019 Posts: 1
|
The ERR_UNKNOWN_URL_SCHEME error is commonly because of your browser issue . There's no application on your device which can handle that particular action. It is a Chromium bug . In Chrome version 40 and up, this bug has resurfaced, but only if you are manually entering the URL of the redirect page in the address bar. More on ... http://net-informations.com/q/mis/scheme.html
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
williamholding wrote:The ERR_UNKNOWN_URL_SCHEME error is commonly because of your browser issue . There's no application on your device which can handle that particular action. It is a Chromium bug . In Chrome version 40 and up, this bug has resurfaced, but only if you are manually entering the URL of the redirect page in the address bar. More on ... http://net-informations.com/q/mis/scheme.html Thanks for sharing. However we do not believe the information you provided is related to particular question.
|
|