Hi, I'm working on iPhone APP with iOS16.1.1 or iOS16.1.2. If I use APP with the following steps:
turn off portrait orientation lock and use APP under Landscape orientation
click the password autofill bar on keyboard
After the above, the Biometrics popups and then App crash. The crash information is: Application tried to present modally a view controller <_SFAppAutoFillPasswordViewController: 0x119e2fae0> that is already being presented by <UIKeyboardHiddenViewController_Autofill: 0x119e2fe80>.
Please help me out on how to solve this issue or let me know if I am missing anything.
Post
Replies
Boosts
Views
Activity
The react-native-date-picker is based on UIDatePicker on iOS. The UIDatePicker element is a wrapper containing other elements that the VoiceOver user can interact with (year, month, day and so on).
I'm using react-native-date-picker with the UK date format(day month year). If I change day, such as 1 July 2024 to 2 July 2024, the VoiceOver says 2 of 12, but 12 is the month total. If I change month, such as 1 July 2024 to 1 August 2024, the VoiceOver says 8 of 31, but 31 is day total. It's weird.
Please help me out on how to solve this issue or let me know if I am missing anything.
iOS 16.3.1
react-native-date-picker 4.4.2