You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: