i am trying to build a mobile version of the wesbite (not a native app, but a mobile version of the website). However, I am having trouble finding out how to redirect a user who is using a mobile browser to the mobile version of my index page
what you can use is the “Browser” plugin which will allow you to retrieve the platform in which the user is entering your site, with that information you can create a workflow “When page loads” with a conditional that states that IF the user is seeing the page in “certain platform” OR if the screen has “certain width or less” (this information is also got via “Browser” plugin) THEN redirect user to mobile version of index page.