This repository was archived by the owner on May 1, 2024. It is now read-only.
This repository was archived by the owner on May 1, 2024. It is now read-only.
Add Hashtags detection Behavior #171
Open
Description
Summary
A time ago I did this post about adding hashtag detection to any text in Xamarin Forms
API Changes
- Add this behavior
- Update Sample project
Intended Use Case
<Label FormattedText="{Binding Text}" >
<Label.Behaviors>
<behaviors:HashtagTappedBehavior Command="{Binding HashtagCommand}" HashtagColor="Green" />
</Label.Behaviors>
</Label>