dFelinger commented on issue #343:
URL: 
https://github.com/apache/cordova-plugin-file/issues/343#issuecomment-1920653049

   You can make documentsDirectory visible in File manager app by setting up 
UIFileSharingEnabled and LSSupportsOpeningDocumentsInPlace
   
   ```xml
   <config-file parent="UIFileSharingEnabled" target="*-Info.plist">
       <true />
   </config-file>
   <config-file parent="LSSupportsOpeningDocumentsInPlace" 
target="*-Info.plist">
       <true />
   </config-file>
   ```
   
   https://stackoverflow.com/a/75657360/1302395


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to