Renz Rivero

Results 4 comments of Renz Rivero

Thanks for the reply! I have added Log.e(ex) in the catch body but the problem occurs with the FileChooser.showOpenDialog line where it doesn't open anything for iOS while it does...

> You seem to swallow exceptions in this code which is problematic. Please always use at least `Log.e(ex)` in the catch body. Also please connect the device with a cable...

Thank you for replying @shannah ! I am testing on an Android Version 13 device and `.txt` files can be chosen just fine, but it won't work any other files...

**Update** On Android, I have now done a work around by just accepting all types of files (`FileChooser.showOpenDialog(".*")`) and having a response logic to users whether or not the file...