FragNav icon indicating copy to clipboard operation
FragNav copied to clipboard

An Android library for managing multiple stacks of fragments

Results 37 FragNav issues
Sort by recently updated
recently updated
newest added

exoplayer is showing the last video frame on other fragment when switching the tabs with FragNavController HIDE option and same with maps also

video : https://youtube.com/shorts/zFAO_0QLzos?feature=share

Issue -> (https://github.com/ncapdevi/FragNav/issues/255) Description-> - Added Fragnav-3.3.0.aar & FragNav-3.3.0.sources.jar in asset

### Dependency Resolution Issue: frag-nav Background: On August 15, 2024, Jcenter was officially sunset, redirecting all its content to MavenCentral. However, the following dependency is not available on MavenCentral and...

As far as I understand call to `showDialogFragment` removes the current DialogFragment. It would be nice if we could have an actual queue of dialog fragments, not just one and...