View my PWA in my phone

-1
While creating a PWA I would like to view it in my phone browser (since this is one of the main goals of a PWA, to be visited from a phone) So, open it in the phone browser… without to have to create a native navigation profile. Am I clear?? is it possible?? Thanks/Gracias
asked
4 answers
1

You can simply open the URL of your application with your phone.

When running in the cloud just open the app url.

When running locally you need to be in the same network with your phone and can then access it via your local PC’s IP.

To have it running really as PWA you usually need to add the page to your devices start screen.

Hope that helps,

Fabian

answered
1

That's correct. A PWA is a browser app that has extra capabilities, so you don't need a native profile for it.

answered
0

Yep,

but the question is how do I (pre)view the app in my phone browser??

All options given by Studio Pro relay on PC web browser...

answered
0

 

Yes Fabian, perfect!! Thanks!!

 

Now stucked trying to take a photo using TakePicture JS code… 

Always getting this error:

An error occurred while executing an action of CosasProgresivas.Home_Progre.container2: TypeError: method is not a function”… 

 

But thanks anyway!

answered