Scenario:
I have a web link in a popup that looks something like this: http://my-website.com/{OBJECTID} This link is to an internal application which opens up a details page on the record.
When clicking on a popup link in arcgis pro, the resulting web link is opened in Internet Explorer. This is not what a user would expect if the default browser is set to Google Chrome or Firefox.
As far as I know this isn't a very complicated procedure, opening a link in an addin requires something like
System.Diagnostics.Process.Start("http://my-url.com");
Benefits:
Related:
How do I change ArcGIS Pro's default browser in the pop-up from IE to Chrome?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.