mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
docs(iOS): update HtmlView documentation link (#6335)
The old link was a 404.
This commit is contained in:

committed by
Manol Donev

parent
e48782511d
commit
745a79f5fa
2
tns-core-modules/ui/html-view/html-view.d.ts
vendored
2
tns-core-modules/ui/html-view/html-view.d.ts
vendored
@ -7,7 +7,7 @@ import { View, Property } from "../core/view";
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents a view with html content. Use this component instead WebView when you want to show just static HTML content.
|
* Represents a view with html content. Use this component instead WebView when you 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:)
|
* [iOS support](https://developer.apple.com/documentation/foundation/nsattributedstring/1524613-initwithdata)
|
||||||
* [android support](http://developer.android.com/reference/android/text/Html.html)
|
* [android support](http://developer.android.com/reference/android/text/Html.html)
|
||||||
*/
|
*/
|
||||||
export class HtmlView extends View {
|
export class HtmlView extends View {
|
||||||
|
Reference in New Issue
Block a user