artuska commented on issue #260: File becomes [object Object] in FormData
URL: 
https://github.com/apache/cordova-plugin-file/issues/260#issuecomment-438907238
 
 
   @Polypants in my case the reason why some Androids cannot select files from 
the file system and returns `null` is `cordova-plugin-deeplinks` plugin which 
requires this string in `config.xml` file:
   
   ```
   <preference name="AndroidLaunchMode" value="singleInstance" />
   ```
   
   This preference ruins file select. I removed this line and file select is 
working now... but deeplinks are not working :) So you need to decide what you 
need most — file select of deeplinks on Android.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to