tabris-js icon indicating copy to clipboard operation
tabris-js copied to clipboard

Extend app.launch() to support launching an app in a new task

Open cpetrov opened this issue 5 years ago • 0 comments

Problem description

app.launch() launches apps in the task of the calling app per default. Provide an option that enables the Intent.FLAG_ACTIVITY_NEW_TASK flag enforcing the target app's activity to open in its own task (often the desired behavior).

Related: eclipsesource/tabris-js/issues/2027

Environment

  • Tabris.js version: 3.4.0
  • OS: Android

cpetrov avatar Apr 28 '20 14:04 cpetrov