mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-30 15:06:06 +00:00
Lien tipeee pour Android & UWP
This commit is contained in:
parent
4f9a08b579
commit
a828e72226
1 changed files with 7 additions and 3 deletions
|
|
@ -113,9 +113,13 @@
|
|||
<Span Text="temvaryen, Ekaradon, Emmanuel et Nicolas" FontAttributes="Bold" />
|
||||
</FormattedString>
|
||||
</Label.FormattedText>
|
||||
<!--<Label.GestureRecognizers>
|
||||
<TapGestureRecognizer Command="{Binding OpenWebCommand}" CommandParameter="https://fr.tipeee.com/nioux" />
|
||||
</Label.GestureRecognizers>-->
|
||||
<Label.GestureRecognizers>
|
||||
<OnPlatform x:TypeArguments="TapGestureRecognizer">
|
||||
<On Platform="Android, UWP">
|
||||
<TapGestureRecognizer Command="{Binding OpenWebCommand}" CommandParameter="https://fr.tipeee.com/nioux" />
|
||||
</On>
|
||||
</OnPlatform>
|
||||
</Label.GestureRecognizers>
|
||||
</Label>
|
||||
|
||||
<Label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue