Javascript Webview标记不适用于我的chrome应用程序

Javascript Webview标记不适用于我的chrome应用程序,javascript,html,webview,google-chrome-app,Javascript,Html,Webview,Google Chrome App,因此,我一直在尝试使用以下方法在我的应用程序中加载google: <!doctype html> <html lang="en-US"> <head> <meta charset="UTF-8"> <title>Webview</title> <meta name="description" content=""> <meta name="author" content="K

因此,我一直在尝试使用以下方法在我的应用程序中加载google:

<!doctype html>
<html lang="en-US">
<head>
    <meta charset="UTF-8">
    <title>Webview</title>
    <meta name="description" content="">
    <meta name="author" content="Kitanga Nday">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="css/styles.css">
    <link rel="icon" type="image/png" sizes="16x16" href="favicon.png">
    <script src="kng.js"></script>
</head>
<body>
    <div id="kontainer"> <!-- Kontainer div -->
        <webview src="https://www.google.com/" width="640" height="480"></webview>
    </div>
    </div>
</body>

网络视图


然后,我尝试使用iframe标记对页面进行沙箱处理,并在主html文件中运行它。可能您忽略了使用
需要
“webview”
这一事实