“unlimitedStorage” permission to a <webview> inside a Chrome App

烂漫一生 提交于 2019-12-13 16:26:54

问题


I have a webview inside a Chrome Packaged App and the app has permissions for storage and unlimitedStorage. When I ask for the available storage space from the app It says 8 GB (that It is the whole space available in the device) but when I do it from the web app that the webview loads It says 600 MB aprox.

How can I do to set unlimitedStorage space to the webview?

来源:https://stackoverflow.com/questions/47165546/unlimitedstorage-permission-to-a-webview-inside-a-chrome-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!