`BackHandler`s ignored when Appyx is hosted in androidx.navigation NavGraph
See original GitHub issueSame issue as #60, but in this case it happens for any NavModel
, not only nested
Repro project with more information: AppyxNavComponentBugRepro
Issue Analytics
- State:
- Created a year ago
- Comments:6
Top Results From Across the Web
Handling back button in Android Navigation Component
If I use app:defaultNavHost="true" in my host fragment then it automatically goes back ignoring my rules. And, additionally, what is this ...
Read more >Navigating with Compose - Android Developers
The NavHost links the NavController with a navigation graph that specifies the composable destinations that you should be able to navigate between. As...
Read more >Appyx vs Jetpack Compose Navigation | Bumble Tech - Medium
Appyx is a fundamentally different approach compared to how you would do things with Jetpack Compose Navigation! Let's take a look at this...
Read more >Appyx - Model-driven navigation for Jetpack Compose - GitHub
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may...
Read more >Appyx - Application mechanics for your Android apps, built on ...
I'm curious, I just started using Jetpack Compose. What's the recommended way of doing navigation?
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks a lot for the reproduction project, saved a lot of time, the fix will be in the next release.
Ah, you opened a different issue. Nevermind