Web App to mobile version page

What is the good practice for a bubble web application to convert the mobile version? the client already has a bubble web application. He wants to convert that web application to a mobile application. It means one bubble page for the mobile version. He told me to copy and paste all the elements and workflows to his mobile page and do the needful
Web application with a mobile version

Thanks in advance

Ideally, it doesn’t make sense from a scalability and reusability standpoint if you’re cloning your workflows, designs etc to show on a mobile-only page, in addition to what you have for your desktop. You should stick to one page and make that responsive, for 2 reasons:

  1. Easier to track and fix bugs when the app scales
  2. Easier to make edits (else, you’ll have to make the same changes on both pages)

Let me know if this is helpful :slight_smile:

1 Like

Thanks @Zeroic I got you

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.