We have an app up using My Government Services and are seeing some odd behavior with one of our links. In one of our operation layers, we have a link set up that is essentially just referencing a URL field in a feature class. Those URLs are valid and correctly formatted (https://wwww.myorg.com/...). However when clicking on the link via the application, it fails, with different results depending on the browser being used.
In Chrome, the link that opens in a new tab is "https//www.myorg.com/..." - essentially omitting the needed colon after 'https'
In Firefox, it's weirder - the link that it tries to go to is "www.https.com//www.myorg.com/..."