Multiple Pages on a Native App

Im nearing the end of my App development and I realized I should’ve made everything in a single page. I just cant get some of the functionalities to work the same without sending Data to another page. If someone could help me with some ideas on how to fulfil this so I can re create those pages into the main page.

I also wanted to ask if its actually okay to have more than one page. I have a main dashboard where all information is already using the hide and show functionality. Its just things like viewing a group, conversations, and viewing a profile that have separate pages for themselves. In total I have about 6 pages in my App. Will this hinder my Apps speed and will it affect if my app will get approved or not in the App/Play stores.

Thank you!

1 Like

I also would like to make sure I’m building my current web app in the best way possible with in mind that I will be converting it to a mobile app when that is available. I don’t see much yet online about this so a thread here would be great.
I haven’t heard anyone say it would have to be a single page app, but I can imagine how that might be preferable.

You should be able to achieve all the same functionalities, or at least the same user experience. Did you have any specific examples? I’m happy to help if I can. I just made a similar adjustment myself. I didn’t hit any major hurdles.

for mobile your app must all be on one page. Just move your dashboard in all it’s tabs/subpages into one group, and move the content of profile, group, convos…etc to separate groups on the same page. When index’s page (custom state) is ‘dashboard’ show dashboard, your existing show/hide for dashboard elements won’t be affected as the parent group itself will be hidden if user is viewing another page.

From what i’ve heard it shouldn’t be too much of a problem but it’s super preferable for it to be a single page.

Yeah i was thinking of doing that but the problem i’m coming across is I have a repeating group of users where when you click the message button, it sends data of that chat to another page. Idk how i can make the same thing happen within the same page.

Hello! You only have to use this action when a button is clicked

“Display data in” and select the popup or repetitive group where you want to use this data

imagen

1 Like

Thank You ill give it a try!

yes, that’s how you should do it. but make sure has the same datatype

Okay I will try it out, If it ends up breaking my head, would you mind if i messaged you the link to the editor and you could take a look? If you wouldn’t mind of course :slight_smile:

sure, don’t worry. But I’m sure you got it

Just use parameters ,send chat and user

good idea!

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