The startup page in the tab app is showing "More in this section" tab and when I click on the tab, it shows the contents. I don't want it to be displayed like that. I want just the contents to display when my app starts.
Please help.
The startup page in the tab app is showing "More in this section" tab and when I click on the tab, it shows the contents. I don't want it to be displayed like that. I want just the contents to display when my app starts.
Please help.
Hi Mahima -
Sorry, not sure if I understanding you correctly, but could you please show this problem with screenshots? And describe what you are creating in the builder.
So this is the start page in my tab app. I don't want this "more in this section" to appear. Just the contents under it should show when I start my app.
Hi Mahima,
It seems you put your content into collapsible component. Thus you have what you have(that's how collapsible component works).
If you want just to show all needed content on the page show - you can:
move all content from collapsible component to the page component.
Remove collapsible component(that's should already empty).
Regards.
Thanks for the reply.
The thing is I have not put any collapsible, it just comes automatically when I run it on the tab.
Hi Mahima,
Please follow Yuriy's advice.