Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RootLayout enterFrom animation bugged on iOS #10496

Open
3 tasks done
mBaldasty opened this issue Mar 5, 2024 · 0 comments
Open
3 tasks done

RootLayout enterFrom animation bugged on iOS #10496

mBaldasty opened this issue Mar 5, 2024 · 0 comments
Labels
bug-pending-triage Reported bug, pending triage to confirm.

Comments

@mBaldasty
Copy link

Issue Description

I attached a video to illustrate it. For obvious reference I set the duration of the enterFrom and exitTo to 5 seconds.
As seen, the enterFrom gets shifted in immediately while exitTo works as it should. It maybe works in 1 of 10 cases correctly or even less.

Bildschirmaufnahme.2024-03-04.um.12.52.10.mov

What I found as a fix was to patch

to set the timeout to 1 instead of nothing like in that line.

Reproduction

For reproduction I created the repo https://gitlab.com/mBaldasty/RootLayoutAnimationIssue

Relevant log output (if applicable)

No response

Environment

OS: macOS 13.4.1
CPU: (10) arm64 Apple M1 Pro
Shell: /bin/zsh
node: 18.16.0
npm: 9.5.1
nativescript: 8.6.5

# android
java: 11.0.18
ndk: Not Found
apis: 28, 29, 30, 31, 32, 33, 33
build_tools: 29.0.3, 30.0.0, 30.0.3, 32.0.0, 33.0.0, 33.0.1, 33.0.2
system_images: 
  - android-27 | Google APIs ARM 64 v8a
  - android-28 | Google APIs ARM 64 v8a
  - android-29 | Google APIs ARM 64 v8a
  - android-31 | ARM 64 v8a
  - android-32 | Google APIs ARM 64 v8a

# ios
xcode: 14.3/14E222b
cocoapods: 1.12.0
python: 3.11.4
python3: 3.11.4
ruby: 2.7.7
platforms: 
  - DriverKit 22.4
  - iOS 16.4
  - macOS 13.3
  - tvOS 16.4
  - watchOS 9.4

Dependencies

"dependencies": {
  "@nativescript/core": "8.6.2",
  "@nativescript/theme": "~3.0.2",
  "nativescript-vue": "~2.9.3"
},
"devDependencies": {
  "@nativescript/android": "8.6.2",
  "@nativescript/ios": "8.6.3",
  "@nativescript/webpack": "5.0.18",
  "nativescript-vue-template-compiler": "2.9.3"
}

Please accept these terms

@mBaldasty mBaldasty added the bug-pending-triage Reported bug, pending triage to confirm. label Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-pending-triage Reported bug, pending triage to confirm.
Projects
None yet
Development

No branches or pull requests

1 participant