I have a ListView element and I want to display mainText and detailText
however when I try to set the "elements" of the ListView to a List that contains elements created with the "createElement" block from ListView, it just displays them as objects:
as you can see it's a simple todo-list app. when you click on an item you can toggle its "done" property. I'm trying to show the name of the task as the "mainText" and then just use the "done" property for the "detailText"
well. I have the same code basically, and it doesn't work. Could this again be an issue with my testing tools? I'm using the App Inventor app on my iPhone. could this be related at all to using iPhone vs Android? not just this, going back to the emulator issue I mentioned on the other thread... is App Inventor compatible at all with an Apple ecosystem? Things seem to be buggy on Apple platforms...
Has this been reported before?
This is an old bug, even reported by power user @Ghica a few months ago. I looked at the ListView component swift code once, but I didn't see the bug there. I don't know if anyone has fixed it recently
@Patryk_F Thanks! I was wondering anyone tried iOS version 2.64.6 TestFlight version. If you did, please let us know if this bug(show ListView with image incorrectly) fixed in the upcoming version.
Are you using the version on TestFlight? The production version won't work since it precedes the Android version that added the dictionary-based ListView items. Version 2.64.6 should behave correctly.