Confirmed users
346
edits
(Create page) |
(Add Navigation and Resource methods) |
||
Line 1: | Line 1: | ||
This wiki page aims to document the difference and common subset of <webview> API provided by various vendors. | This wiki page aims to document the difference and common subset of <webview> API provided by various vendors. | ||
== Mozilla Browser Element == | == API categories == | ||
=== Navigation methods === | |||
{| class="wikitable" width="100%" | |||
|- | |||
! API !! Mozilla !! Google !! Microsoft | |||
|- | |||
| Reload || reload() || FIXME || FIXME | |||
|- | |||
| Stop || stop() || FIXME || FIXME | |||
|- | |||
| Go back || goBack() || FIXME || FIXME | |||
|- | |||
| Go forward || goForward() || FIXME || FIXME | |||
|- | |||
| Can go back? || getCanGoBack() || FIXME || FIXME | |||
|- | |||
| Can go forward? || getCanGoForward() || FIXME || FIXME | |||
|} | |||
=== Resource Management methods === | |||
{| class="wikitable" width="100%" | |||
|- | |||
! API !! Mozilla !! Google !! Microsoft | |||
|- | |||
| Change visibility state || setVisible() || FIXME || FIXME | |||
|- | |||
| Get visibility state || getVisible() || FIXME || FIXME | |||
|- | |||
| Clear all resources || purgeHistory() || FIXME || FIXME | |||
|} | |||
== Links == | |||
=== Mozilla Browser Element === | |||
;API doc | ;API doc | ||
: https://developer.mozilla.org/en-US/docs/Web/API/Using_the_Browser_API | : https://developer.mozilla.org/en-US/docs/Web/API/Using_the_Browser_API | ||
;WebIDL | ;WebIDL | ||
: http://mxr.mozilla.org/mozilla-central/source/dom/webidl/BrowserElement.webidl | : http://mxr.mozilla.org/mozilla-central/source/dom/webidl/BrowserElement.webidl | ||
== Google Webview Element == | === Google Webview Element === | ||
;API doc | ;API doc | ||
: https://developer.chrome.com/apps/tags/webview | : https://developer.chrome.com/apps/tags/webview | ||
== Microsoft Webview Element == | === Microsoft Webview Element === | ||
;API doc | ;API doc | ||
: http://msdn.microsoft.com/en-gb/library/windows/apps/dn301831.aspx | : http://msdn.microsoft.com/en-gb/library/windows/apps/dn301831.aspx |