-
Notifications
You must be signed in to change notification settings - Fork 396
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
"Confirm" and "Cancel" buttons don't work in portrait mode (iOS) #485
Comments
@Aleksandern did you get a solution for this? I am also facing it on iOS 14 |
@midoalone |
@Aleksandern I discovered that this issue is related to react native Modal class not this library, I am searching for a solution and hope I find a fix |
@midoalone |
It looks like this error is still happening on iOS 14.1 |
🤔 I'll give it a try this weekend. @midoalone do you have any links on the subject? |
I also tried with: "react": "16.13.1", but no luck. |
Hmmm does it work with just the example? Can you provide a MINIMAL repro
repo?
…On Sat, 24 Oct 2020 at 23:28, Cesar Zegarra ***@***.***> wrote:
I also tried with:
"react": "16.13.1",
"react-native": "0.63.2",
but no luck.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#485 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACIYGYVFSAEXABOYEANLJKLSMNBI7ANCNFSM4SYEAB6A>
.
|
Can't debug this without a minimal reproducible code. Also, the example is working fine for my tests, so I'm closing the issue. |
Faced exactly the same issue :(((( |
Facing this issue also. Can't click the confirm or cancel buttons, nothing happens. iPhone 11 simulator ios 14.3
|
I tried upgrading to react-native 63.4 and not fixed. @mmazzarolo I have created a reproducable repo https://github.com/dylan-westbury/datepicker-reproduce-confirm-cancel-bug Running on ios 14.3 iphone 11 |
@dylan-westbury thank you. Is the example working for you? |
@mmazzarolo no can't press cancel or confirm in portrait mode |
Screen.Recording.2021-01-10.at.18.00.20.mov |
Any solution on this behavior? Portrait_Mode.movWhen opening the DatePicker in landscape mode, the view changes to portrait mode. When closing the DatePicker, the view changes to landscape mode again. |
Environment
Platforms
Versions
Description
"Confirm" and "Cancel" buttons don't work in portrait mode (not tappable).
![ezgif-2-801985478e51](https://user-images.githubusercontent.com/5274465/96577837-7478d080-12fe-11eb-8b21-499223bdce9c.gif)
code:
Reproducible Demo
The text was updated successfully, but these errors were encountered: