Image can not be upload through document in iOs #484

This commit is contained in:
Hillel Coren 2023-05-31 08:49:38 +03:00
parent 346812c56f
commit 78c9bdba45
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ bool isAndroid() {
}
bool isIOS() {
return true;
if (kIsWeb) {
return false;
}