Chrome extension + webview

2019-08-19 23:18发布

问题:

I'm struggling to find a definitive answer to this.

Chrome Apps are being deprecated across all OS except Chrome OS.

<webview> is only available in Chrome Apps?

This means I can't or shouldn't use <webview> in an extension (if possible)?

回答1:

As per further research, testing, and comments:

<webview> are definitely not useable in extensions, only in Apps.