src property added

This commit is contained in:
Vladimir Enchev
2015-05-18 17:19:17 +03:00
parent 6b71ea07b4
commit 1dc3de774c
4 changed files with 95 additions and 4 deletions

View File

@ -36,10 +36,15 @@ declare module "ui/web-view" {
ios: UIWebView;
/**
* Gets or sets the url displayed by this instance.
* [Obsolete. Please use src instead!] Gets or sets the url displayed by this instance.
*/
url: string;
/**
* Gets or sets the url, local file path or HTML string.
*/
src: string;
/**
* Gets a value indicating whether the WebView can navigate back.
*/