Calf icon indicating copy to clipboard operation
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]

Open MoZarea opened this issue 1 year ago • 2 comments

it work fine on android

MoZarea avatar May 01 '24 12:05 MoZarea

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.

MohamedRejeb avatar May 01 '24 12:05 MohamedRejeb

yes, windows thanks for your reply

MoZarea avatar May 01 '24 12:05 MoZarea

yeah same here, choosing image type and it shows all types and can be selected

ApoloApps avatar Jun 10 '24 13:06 ApoloApps

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.

MohamedRejeb avatar Jun 10 '24 18:06 MohamedRejeb