xamarin/Xamarin.Forms

Span.GestureRecognizers Command does not call on iOS

Open

#3,883 opened on Sep 24, 2018

 (2 comments) (0 reactions) (0 assignees)C# (1,926 forks)batch import
e/3 :clock3:help wantedinactivep/iOS 🍎t/bug :bug:up-for-grabs

Repository metrics

Stars
 (5,644 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Span.GestureRecognizers Command does not call on iOS

Steps to Reproduce

  1. Label with FontFamily = "HelveticaNeue-Light" and 3 span. First span 2 line text, second span command and third only "."

Expected Behavior

Command should be call

Actual Behavior

Command does not call

Basic Information

  • Version with issue: 3.2.0.839982
  • Last known good version: -
  • IDE: Microsoft Visual Studio Community 2017 Version 15.8.5
  • Platform Target Frameworks:
    • iOS: 12.0
  • Nuget Packages: Xamarin.Forms "3.2.0.839982" Xamarin.Essentials "0.10.0-preview"
  • Affected Devices: IOS Simulator, iPhone 8

Reproduction Link

https://github.com/kuzub/TheLittleThingsPlayground/commit/cdb6a61aaf16cd9c6f3dfdcba6a281e4bf006999

Contributor guide