Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Updated workaround for iOS 16 UITextInput.SelectedTextRange crashes #9559

Merged
merged 5 commits into from
Aug 25, 2022

Commits on Aug 20, 2022

  1. fix: Updated workaround for iOS 16 UITextInput.SelectedTextRange cr…

    …ashes
    
    Pro: It does not break app compatibility, selection works
    
    Con: This does not work _currently_ with the dynamic registrar [1] which is the default when building for iOS simulators. OTOH there's a workaround for that [2].
    
    [1] Unless building with the iOS SDK for Xcode 14 (currently only previews) once xamarin/xamarin-macios#15712 is merged
    
    [2] Adding `--registrar=static` to the simulator builds will fix this, sadly build times will be longer (so better use [1] asap)
    spouliot committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    00392d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    5086cae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93f3966 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a391a89 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    95407f0 View commit details
    Browse the repository at this point in the history