I want to make sure to launch inappbrowser only if I am on devices (iOs, Android...), but if I am in browser (local development mode or just a Web App with gulp build), I wa
You can use platform.is('core')
, true when on browser. Platform list:
See http://ionicframework.com/docs/v2/api/platform/Platform/ for more details.