-
Notifications
You must be signed in to change notification settings - Fork 1.9k
TimePicker opens twice on edit time when it's placed inside ListView close to WebView #4305
Comments
One of my users experience the same - also inside a ListView. (I cannot reproduce it myself) |
You could easily reproduce it following steps from above |
I have a reproducing sample that show it is not only connected to the webview but to all views that are in the list. https://github.com/CayasSoftware/xam-picker |
Thanks for the sample, hope this XF issue will be fixed |
Yap able to reproduce seems to happen with not just webview but other controsl like @CayasSoftware exemple shows. Thanks |
I am also facing the same kind of issue. But in my scenario I have 2 TimePickers in my ViewCell and if I open the second TimePicker then the second TimePicker opened twice and the first TimePicker also opened automatically in the end. Thanks |
I seem to be having the same issue. Actually I have two timepickers in a listview cell and after entering the second timepicker's value, the popup fires again with the value in it and after dismissing that one, the first timepicker fires a popup with it's value in it. Also provided a project demonstrating the issue: |
Same issue here... :( |
I have this issue too. I have 2 timepickers on a form and when i change the second one, the first one is popped up again. This has only started to happen in v3.3+ - v3.2 worked ok. @mmichelbb @Danielv3 - were you able to work around your issue in the meantime? |
Same issue me too... two timepickers and one DatePicker inside a ListView.Header: when I touch one of them they all open sequently. |
In my case it doesn’t seem to be related to a list. I am using RgPopups plugin and if there have been two pop ups shown before I select an time on my last timepicker I get the issue. iOS is ok |
Same to me. Xamarin.Forms 3.1 is good. <controls:BorderlessDatePicker x:Name="datePicker" Grid.Row="6" Grid.Column="2" Grid.ColumnSpan="3" Style="{StaticResource pickerStyle}" Format="dd MMM yyyy" Date="{Binding BirthDate}" MaximumDate="{Binding MaxBirthDate}"> |
The same here. Version 3.2 ist working fine. |
I tested the current Service Release 3.4.0.100999 with my sample app and can say that it fixes the picker reappearance. I assume that the fix to: #4187 also fixed this issue here. |
I have the same issue but with ItemTemplate in a ListView, The View is visited twice when entering the page containing the ListView. |
Description
TimePicker opens twice on edit time when it's placed inside ListView close to WebView
Steps to Reproduce
Expected Behavior
Time selection had not appear twice
It have to appear once as if TimePicker used without ListView.
Actual Behavior
Time selection appear twice by itself for some reason.
Basic Information
The text was updated successfully, but these errors were encountered: