PWA different Home page for web and app

Hi, I’ve created web app with PWA plugin. Is there any way I can change landing page, I need it to be different if you are using web and installed version.

Thanks

I would build the 2 versions on the same page and use conditional rendering to display the correct version based on the breakpoint. Its cleaner than having a redirect in my experience.

Let me know if thats clear or if more details would be useful

You can define your Start URL by uploading a custom manifest.json file and setting start_url.

just upload the manifest.json to weweb and set the path to /manifest.json

Hi @kkm :wave:

You can create a page workflow in the home page that will redirect your users to your PWA on mobile by using device information: