When I configure my pop-ups with links or images the default browser is set to IE. My system default browser is Chrome and I'd like to set ArcGIS Pro to use Chrome as well. Is this possible?
Solved! Go to Solution.
Hi Adam,
There is currently no way to do this. In ArcGIS Pro we use the WebBrowser control provided by Microsoft to display the html associated with the pop-up. This control is basically a wrapper around internet explorer so when you click a link it is equivalent to clicking a link in internet explorer which opens a new window/tab in internet explorer. Similar to how clicking a link in Chrome would open a new tab/window in Chrome. It looks like there are some extensions to Chrome and Firefox out there that add options to open links in different browsers but I didn't find anything like this for Internet Explorer.
Regards,
-Chris
Not sure, since IE is required... ArcGIS Pro system requirements—ArcGIS Pro | ArcGIS for Desktop
Hi Adam,
There is currently no way to do this. In ArcGIS Pro we use the WebBrowser control provided by Microsoft to display the html associated with the pop-up. This control is basically a wrapper around internet explorer so when you click a link it is equivalent to clicking a link in internet explorer which opens a new window/tab in internet explorer. Similar to how clicking a link in Chrome would open a new tab/window in Chrome. It looks like there are some extensions to Chrome and Firefox out there that add options to open links in different browsers but I didn't find anything like this for Internet Explorer.
Regards,
-Chris
Why is it using a WebBrowser class here? It's a one liner to open a url with the system default browser:
System.Diagnostics.Process.Start("http://my-url.com");
Hi Chris,
Has this changed in the intervening years? And if so, where can I change this? Currently, it's mapped to Edge and I'd like to change it to Chrome. Thanks!
Please change this behavior. This is beyond frustrating. We have URLs in attributes and regardless of our user's default browser AGS Pro opens the links in IE.
Agreed...this is beyond lame. ESRI should not be forcing users to choose one browser over another. I've been using ArcGIS Pro for about 30 minutes, and I'm ready to go back to ArcGIS Desktop.
2 years later... is there still no way to change the default web browser for links clicked in ArcGIS Pro?
3 years later ...
At this point I assume this is never going to happen. Just one more roadblock to adopting Pro across the org.