Can Ionic App start and switch to another app?

Can I create an app that can open other apps with ionic?

if the other apps have intent-urls you could try to open the intent-url of the app via $window.open(“intentURL”, “_system”);

Here’s an article about that: