mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
HtmlView UI component added + test
This commit is contained in:
4
ui/html-view/html-view.d.ts
vendored
4
ui/html-view/html-view.d.ts
vendored
@ -6,7 +6,9 @@ declare module "ui/html-view" {
|
||||
import dependencyObservable = require("ui/core/dependency-observable");
|
||||
|
||||
/**
|
||||
* Represents a view with html content.
|
||||
* Represents a view with html content. Use this component instead WebView when want to show just static HTML content.
|
||||
* [iOS support](https://developer.apple.com/library/ios/documentation/UIKit/Reference/NSAttributedString_UIKit_Additions/#//apple_ref/occ/instm/NSAttributedString/initWithData:options:documentAttributes:error:)
|
||||
* [android support](http://developer.android.com/reference/android/text/Html.html)
|
||||
*/
|
||||
export class HtmlView extends view.View {
|
||||
|
||||
|
Reference in New Issue
Block a user