You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/06/07 14:17:53 UTC

[GitHub] [cordova-plugin-file] nicolashenry opened a new issue #253: Do not require file storage permissions at start in Chrome on browser platform

nicolashenry opened a new issue #253: Do not require file storage permissions at start in Chrome on browser platform
URL: https://github.com/apache/cordova-plugin-file/issues/253
 
 
   Chrome with browser platform is asking for user permission at cordova start, for example : 
   
   ![image](https://user-images.githubusercontent.com/139160/45829310-f00c8b80-bcfa-11e8-95d3-5f8c5e8f9bfb.png)
   
   I don't want to store any file with cordova-plugin-file on browser platform so it should not asking for it (I think it should be asked only when needed).
   
   It seems that the permission request come from this file : https://github.com/apache/cordova-plugin-file/blob/master/www/browser/Preparing.js 
   I could do a PR but I don't fully understand what is done here and why.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org