You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Micleusanu Nicu edited this page Jul 13, 2014
·
6 revisions
node-webkit has special support to let you load external websites in an iframe in your application. 3 attributes nwdisable, nwfaketop and nwUserAgent of the iframe element are introduced to do this:
nwdisable (since 0.5.0) is used to disable Node support in the iframe and make it a Normal frame (see Security)
nwfaketop (since 0.5.1) is used to trap the navigation and the access (such as window.top, window.parent) in this iframe.
nwUserAgent (since 0.9.0-rc1) is used to specify the User-Agent header of HTTP requests. See Changes-to-DOM