Describe the bug
In CategoryListScreen, the items in the list should appear in 2 column layout, filling the entire width, but two columns are having fixed size.
Expected behaviorCatalogGridItem should appear in 2 -column layout when used in CategoryListScreen, and should have fixed width when used in HomeScreen Horizontal list
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Open the app
open the drawer
Select any category(like gear)
See problem
Screenshots
Smartphone (please complete the following information):
Magento Version: [2.1.0]
Device: [iPhone11]
OS: [iOS13]
Additional contextCatalogGridItem used in CategoryListScreen two places, when CategoryListScreen where it is shown in vertical list, and in HomeScreen where it is render as a horizontal list
Describe the bug In
CategoryListScreen
, the items in the list should appear in 2 column layout, filling the entire width, but two columns are having fixed size.Expected behavior
CatalogGridItem
should appear in 2 -column layout when used inCategoryListScreen
, and should have fixed width when used inHomeScreen
Horizontal listCurrent Behavior
CatalogGridItem
is not talking 50% of the screen width inCategoryListScreen
Steps to Reproduce Please provide detailed steps for reproducing the issue.
Screenshots
Smartphone (please complete the following information):
Additional context
CatalogGridItem
used inCategoryListScreen
two places, whenCategoryListScreen
where it is shown in vertical list, and inHomeScreen
where it is render as a horizontal list