android-filepicker icon indicating copy to clipboard operation
android-filepicker copied to clipboard

Add back button

Open IAmDarush opened this issue 7 years ago • 3 comments

How to go back after selecting a directory?

IAmDarush avatar May 17 '17 07:05 IAmDarush

By simply pressing select button...

singhangadin avatar May 17 '17 16:05 singhangadin

Thank you for the prompt response that is appreciable. What I meant by going back is could you stick the parent directory row to the top so that user won't have to scroll all the way up to go back to the previous directory. Or make an arrow on the top left corner so the user can easily navigate back and forth.

By the way, I have discovered that I can start the File Picker from a particular location using properties.offset, which is what I was striving to achieve.

I appreciate the hard work you have done till now and your library works perfectly fine on Android 6.0.

IAmDarush avatar May 17 '17 20:05 IAmDarush

The back button which device natively has moves you back to the parent directory. Though I liked your idea of sticking the parent directory row. I will try to implement it.

singhangadin avatar May 18 '17 12:05 singhangadin