xamarin/Xamarin.Forms

[Bug] [Xamarin.Forms] [iOS] DatePicker/TimePicker NullReferenceException on iOS 9.0

Ouverte

#8 143 ouverte le 22 oct. 2019

 (3 commentaires) (0 réaction) (0 personne assignée)C# (1 926 forks)batch import
help wantediOS 9inactives/unverifiedt/bug :bug:up-for-grabs

Métriques du dépôt

Stars
 (5 644 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Description

All works as expected on iOS versions higher than 10.0. But on iOS 9.0 DatePicker/TimePicker throws NullReferenceException.

Steps to Reproduce

  1. Create a Xamarin.Forms 4.2 project.
  2. Add DatePicker to any page.
  3. Run project on iPhone Simulator with iOS version 9.0.

Expected Behavior

App runs. Datepicker shows.

Actual Behavior

App crashes on start with NullReferenceException.

Basic Information

Version with issue: 4.2.x Visual Studio Enterprise 2017 Version 15.9.16 Xamarin.iOS Version: 12.4.0.64

Reproduction Link

https://github.com/TarasBounty/XamFormsDateTimePicker

Guide contributeur