eclipsesource / eclipsesource/tabris-js
TabFolder cancels animations when switching tab during animation
Open
bug
ios
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
### Problem description
`TabFolder` cancels animations when switching tab during animation. This due to internal implementation of `TabFolder` detaching view from view hierarchy.
### Expected behavior
Animation should finish.
### Environment
- Tabris.js version: 3.1
- Device: iPhone
- OS: iOS 12+
### Code snippet
Start dev app and switch to `About` page. Kill the app and start again. After switching back to `Widgets` tab the collection view will stay hidden.
Contributor guide
Assessment
This issue has not been assessed yet.