List and Detail App

Hello,
I made the following app.
List2Detail.aia (2.5 MB)

This works well on Android, but not on iOS.
Please let me know if you have any suggestions.
Is this a bug in the iOS version?
By the way, the contents of this app was created by AI.

Thank you.

What doesn't work?

Thank you for your quick response.
I think it's mainly a layout issue.
The screenshot is following.

Do you use an extra screen for every dog? Then you should starting to use virtual screens. See tip 1.

I don't use an iPhone so I can not test it for myself.

I created it according to Tip 1.
This App has one screen.
The list and detail are switched by true or false of Visible parameter of
VerticalScrollArrangement.
Thank you.

This is just a guess! What if you try to set this property. All your image properties are not set.

image

Once I set calePictureToFit to the first two images, it looked like this.
Height and Width of Image is 80 pixels and 50 percent.

Thank you.

All your images are square. Why not try to use on pixels or only percentages?

I heard recently that the new Absolute Arrangement doesn't work on iOS yet.

Does the app use one of those? (edit: No.)

Post the aia export for more reliable advice.

Also, how did you get a generated app?

The blocks look reasonable:

The iOS implementation scoreboard:
https://doesappinventorrunonios.com/

For a while, I thought maybe the Return button was also triggering the generic button click event, but I was wrong.

The list check excludes that from happening.

My attention now turns to the algorithm AI2 uses to lay out component sizes based on nesting and choice of automatic/pixels/proportions/fill parent.

It's too complicated for me to remember, and I have lost the link to it.

I'm guessing it works differently on iOS.

I fall back on Fill Parent for even layouts.

I set Width of Image to 100pixcels, Automatic or Fill parent.
But nothing changed.

I posted another topic.
The screen layout with a footer menu
It might be a related issue.

Thank you everyone.