-
Notifications
You must be signed in to change notification settings - Fork 1.9k
ListView Selection Color disappeared on ios 13 #7850
Comments
Thank you for reporting @OmerHmead I have a suspicion this has something to do with the changes for dark mode. When I change the code from the project you linked to something like:
(note the Then I start seeing the highlighting again. Also, running this exact same code on iOS 12, it works. Attached is a more standalone and up-to-date XF project: |
I am having this same issue. Started with iOS 13. Have posted on the Forums and haven't seen a fix but have also had others report the same. |
@jfversluis Great! Thanks for the workaround! Also, I have two builds of the same app: one made before the release of iOS 13, and the other made after the release. If i run both releases on an iOS 13 device, in the first the listview behaves correctly, but in the second behaves as described in the original post. |
So, just to check if I understand correctly. You have the same app, once built before iOS 13 and one built after the release of iOS 13. If you run the pre-iOS13 one on iOS 13 it still works correctly? I don't think it has to do with the Mono version, but probably that you are building against the new iOS 13 APIs. The other thing that probably got updated between these two versions is Xcode? |
Yep, thats right. |
Gotcha! Valuable information, thank you :) |
Description
Steps to Reproduce
Expected Behavior
when you tab to the cell view the selection color should be appeared
Actual Behavior
the tab event invoked but the selection color not appeared
Basic Information
iphone 11 pro max 13.0 and ipad pro 12.9 inch 3rd generation 13.0
Screenshots
The text was updated successfully, but these errors were encountered: