Skip to content
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

In Control Gallery Sample, iOS Displaying Incorrect Text in TableView #429

Open
dplattipswich opened this issue Feb 9, 2024 · 0 comments

Comments

@dplattipswich
Copy link

On Control Gallery solution, files dated 11/29/2023, as downloaded on 2/5/2024, unmodified. Built in Visual Studio 2022, version 17.8.0, on Windows 10.

This behavior is shown in the attached video. On iOS device running the Control Gallery app, displaying the Activity Indicator then returning to the main screen works correctly (time 0 to 14 seconds). I then scroll down to the bottom of the menu, then back to the top (15 to 22 seconds). The text displayed in the TextCells on the main menu is now incorrect. The top one says VerticalStackLayout instead of AbsoluteLayout, and the second one down says WebView instead of ActivityIndicator. However, when I tap the second one, I get the ActivityIndicator (23 to 30 seconds), which is correct behavior for that position. Somehow the Text property of the TableCell is not being correctly shown, although the Command and CommandParameter properties are being correctly used.

I observed this behavior on the following devices:
iPhone SE, iOS 17.2.1
iPad 7th generation, iOS 16.5.1
iPhone 6s Plus, iOS 15.8.1

The Control Gallery solution performed this operation correctly on Google Pixel 4 running Android 13, and on the Windows Machine running Windows 10 (although see the adjacent issue for a different problem with the Control Gallery on Windows Host).
Any ideas as to fix or workaround? Tx

iOSTableCellProblem.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant