You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The WebView composable doesn't seem to respect the screen transition animation provided by the NavHost composable (Dependency: org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10). The WebView snaps into place before the enter animation starts and stays up until right before the exit animation ends.
Is there something we can do here? At least reverse the entering and exiting sequence if nothing else (i.e. enter after the enter animation ends and exit before the exit animation starts)?
Code
Here's the minimal code using which I can reproduce the issue:
main.kt
All KCEF logic inside the main() function has been directly copied from README.desktop.md
Demo
Screen.Recording.2024-10-27.at.10.12.22.PM.mov
Problem Description
The WebView composable doesn't seem to respect the screen transition animation provided by the NavHost composable (Dependency:
org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10
). The WebView snaps into place before theenter
animation starts and stays up until right before theexit
animation ends.Is there something we can do here? At least reverse the entering and exiting sequence if nothing else (i.e. enter after the
enter
animation ends and exit before theexit
animation starts)?Code
Here's the minimal code using which I can reproduce the issue:
main.kt
All KCEF logic inside the
main()
function has been directly copied from README.desktop.mdbuild.gradle.kts
compose-desktop.pro
The text was updated successfully, but these errors were encountered: