Calf
Calf copied to clipboard
whatever i choice the type of picked file in the code it always show the all file on the file picker [jvm]
it work fine on android
Hi, Thanks for reporting this issue. You are using Windows right? We are using AWT FileDialog for Desktop and it has this issue with Windows. Maybe we will need to add some platform-specific implementation with JNI for Desktop.
yes, windows thanks for your reply
yeah same here, choosing image type and it shows all types and can be selected
That's because I'm using swing FileDialog which has this issue on windows, hopefully I will add a native implementation soon to fix this problem.