Details
Description
Hallo guys!
maybe this is duplicate, but I can't find other ticket...
I have problem with mobile devices and external storages, like Google Drive.
if I select file with UTF-8 characters, then the plugin can't read this file.
I try to upload files like:
- `Bösefile.jpg` (without empty space)
- `Böse file.jpg`
- `Копия Böse file.jpg`
- `Копия "Копия Böse file.jpg"`
etc...
Angular ngf-select plugin show, that the file has always filesize=0 and filename was written broken too.
If I select file with normal name, then file size was written correct:
same code on desktop app work good.
Has anybody same problem? any "dirty" fix for this? _
update
So... I tested on my different apps.
The problem exist if I use `WKWebView`, with normal View work fine...