简体   繁体   中英

How do access web app(created by the same chrome app) from filesystem in a Chrome app webview?

I want to launch a web app created inside filesystem by same chrome app, in webview within chrome web app.

I got the url like: "filesystem:chrome-extention//path-to-html page"

And given partition permission in webview section in manifest.json as well. but it throws error file not found. isthere any way we can access those to launch as webapp.

Thanks.

这将需要额外的权限(chrome.sockets),但是您可以在chrome应用程序中包含chrome库的网络服务器,并将webview指向http服务器托管的网址。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM