App setup and sharing

Hello!
I am a new user of the Bubble app. I made an ordering app for a restaurant. I am interested in a few things, namely:

  1. The application has 5 pages, the first 4 are intended for the web, and the 5th is for the customer to order via mobile phone. This 5th page is made as a one page app. How can it be determined if the customer accesses the application via a mobile phone that it is redirected immediately to the 5th page and not to the pages that are intended to be displayed online? Maybe this requires two different applications with the same database? And can this app (page 5) be displayed on a mobile phone as an app and not as a web page in a browser?

  2. The application is made for a well-known customer, so it will not be published on Google play and the App store. So how can a restaurant share this app among its customers?

Thank you!

Page is loaded
Do when condition is true
Go to page > 5th page

Current Page width <= 768

Just share the pages url for someone to access it.

But how do I make the application appear in full screen, without buttons and screen from the web browser?

Hi @smmarketing,

I don’t think that with current bubble responsive engine there is a need to create additional pages like that but ofc it’s only a matter of design of your choice. I would just make sure that my whole app is good for both PC and mobile - this might spare you unnecessary development time for two separate versions.

If (for example) your app would be responsive it’s just a matter of sending normal link to the website and then any customers can save those as an app inside their smartphones (in reality it’s a link to website but it will look like normal app).

In google chrome there is an simple option “Add to home screen”.

Cheers!

But will it look like an app or will it be seen running in the browser?

It will be seen normally as a website. If you want it to simulate app you should check on the forum how to do the mobile wrapper but people use it to publish their websites on the app stores.

Can you please tell me where and how to set this up?