projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90f5216
)
docs: webview is only available with nodeIntegration on
author
Cheng Zhao
<zcbenz@gmail.com>
Tue, 17 May 2016 08:10:33 +0000
(17:10 +0900)
committer
Cheng Zhao
<zcbenz@gmail.com>
Tue, 17 May 2016 08:10:33 +0000
(17:10 +0900)
docs/api/web-view-tag.md
patch
|
blob
|
history
diff --git
a/docs/api/web-view-tag.md
b/docs/api/web-view-tag.md
index
aa564b7
..
e0e8e10
100644
(file)
--- a/
docs/api/web-view-tag.md
+++ b/
docs/api/web-view-tag.md
@@
-12,6
+12,9
@@
app. It doesn't have the same permissions as your web page and all interactions
between your app and embedded content will be asynchronous. This keeps your app
safe from the embedded content.
+For security purpose, `webview` can only be used in `BrowserWindow`s that have
+`nodeIntegration` enabled.
+
## Example
To embed a web page in your app, add the `webview` tag to your app's embedder