mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat: TappableSpan support (#8256)
* feat(android): clickable span Initial support for clickable span on Android * test: clickable-span test page * remove console.log * use _emit instead of notify * rename clickable to tappable in Span * updated NativeScript.api.md * chore: fixing tslint errors * chore: fixed witespacing * moved and improved test page * feat: tappable span iOS implementation Co-authored-by: Eduardo Speroni <edusperoni@gmail.com>
This commit is contained in:
@@ -18,6 +18,7 @@ export function loadExamples() {
|
||||
examples.set("issue-4287", "button/issue-4287-page");
|
||||
examples.set("issue-4385", "button/issue-4385-page");
|
||||
examples.set("highlight-4740", "button/highlight-4740/highlight-4740-page");
|
||||
examples.set("tappable-span", "button/tappable-span-page");
|
||||
|
||||
return examples;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user