From ca63ea0882c00d3482750a57db15cbac088c728e Mon Sep 17 00:00:00 2001 From: Paul Betts Date: Tue, 5 May 2015 22:08:39 -0700 Subject: [PATCH] Add documentation --- docs/api/web-view-tag.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/api/web-view-tag.md b/docs/api/web-view-tag.md index 89ae678b3c46..3e008a5db258 100644 --- a/docs/api/web-view-tag.md +++ b/docs/api/web-view-tag.md @@ -112,6 +112,14 @@ after this script has done execution. Sets the referrer URL for the guest page. +### useragent + +```html + +``` + +Sets the user agent for the guest page before the page is navigated to. Once the page is loaded, use the `setUserAgent` method to change the user agent. + ### disablewebsecurity ```html