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
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:
Easier to track and fix bugs when the app scales
Easier to make edits (else, you’ll have to make the same changes on both pages)