Shopify theme with separate mobile version

Hey everybody

I know all of you will think am talking about responsive themes, but no

Responsive design is still fine but don’t give the feel of mobile app

I ask about a theme with separate mobile version that give the look and the feel of mobile app

Hi @semsem

I guess you can create separate templates so it can have separate mobile version.

https://help.shopify.com/en/manual/online-store/themes/theme-structure/templates#create-a-new-template

Hi,

To achieve this you have to change whole theme including layout, header , footer

By changing these you will be able to create totally different behaviour and environment for mobile only.

You also have to create different page which will contain mobile layout.

A script which will check the user screen and redirect to the appropriate URL.

Like for normal or desktop users URL will be your [domain name]

For mobile users URL would be [domain name]/pages/mobile

By this way you can achieve any functionalities and feature which dont impact each other.

Hope this will help…