So the main problem i'm encountering right now is that I'm trying to open a Firefox from Chrome with a click of a button. I did try window.open(URL) but that opens up another Chrome window..
So is there any way to open any desktop application from the browser by using Angular or javascript?