Jahmarley
Posts: 0
Joined: Mon Apr 16, 2012 8:21 pm

List component displays result differently on different screens

Image

The images above are testings showing results from 2 different screens in my app... Do you know the reason why the list component is displaying results differently on different screens when multiple results are returned?

Thank you

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

List component displays result differently on different screens

Hello! It seems it depends on mapping. Could you send us screenshots where you map results to List/Listitem?

Jahmarley
Posts: 0
Joined: Mon Apr 16, 2012 8:21 pm

List component displays result differently on different screens

Hi Marina,

Hope ur having a good day today.

See below for the screen shots of mapping:

Business Screen Mapping:
Image

Government Screen Mapping:
Image

Reiner Saddey
Posts: 0
Joined: Sun Feb 17, 2013 7:19 am

List component displays result differently on different screens

Don't think it's a mapping issue. Wld suspect screens have different structure, e.g. single grid on one screen and nested grids on the other. In turn CSS selectors applying different styles to grids nested within grids and grids nested within list items.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

List component displays result differently on different screens

Hello, it's a bug.

There is a workaround for you.
For DataSource, on Success event add Run JavaScript action with the following code :codeTiggzi("mobile_list_component_name").listview('refresh');/codeReplace "mobile_list_component_name" with mobile list component name where mapping is.

The reason of error is "Render as one HTML file" ticked. If you delete it this also can help.

Jahmarley
Posts: 0
Joined: Mon Apr 16, 2012 8:21 pm

List component displays result differently on different screens

Katya,

Thank you once again for your response.

I have unchecked Render as one HTML file and the problem has been resolved. I had ticked it at one point as a test and forgot to untick it. :).

Thank you again.

and thanks for your response Reiner Saddey.

Return to “Issues”