eclipsesource / eclipsesource/tabris-js
Extend app.launch() to support launching an app in a new task
Open
android
feature
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
### 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
Contributor guide
Assessment
This issue has not been assessed yet.