Earlier quoted context omitted.
In Android, an App's manifest designates which deep links it can handle. Then when the user clicks on a link, it gives the user the option of which app to use when there are multiple apps that can handle it. Maybe since at one point you did tell it you want to use news to handle it, it keeps going back to it? Although that means most likely the News app was not updated to remove support for that link. Or maybe iOS de…
issue with ios is that there is never any control over who handles what links. Apps can register custom protocols, but for common protocols that have an apple default (https, http, mailto being the main ones) you are stuck with what they decide. No option to even install an alternate such as Chrome or Gmail, and be prompted. And similarly, even though it's not a protocol, but more like a filetype, Apple News hijacks…
You can install an alternative like chrome or google search (chrome but better UX IMO) And when you do, anything that opens a page that isn't an embedded webkitview prompts me to pick a browser. It even suggests chrome which I don't have installed (I guess I installed it once and it remembers the protocol registration)