Replies: 1 comment
-
Is it a problem that I run the application in my home-network using a self-signed ssl-certificate? I dont want to publish the app on a public server yet but I would like to install it on my mobile phone for testing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
Hey everyone,
first of all: I'am an absolute beginner in developing mobile apps and tried to learn it by myself.
I want to deploy my App as PWA and for testing everything I run in on a NGINX server in my local network.
Basically my app "is there". I can visit it in the Browser and everything looks fine but I cannot install it on my phone like I used to do with PWAs. Now, as I read some instructions, I am a bit confused about the manifest.
I found this:
For me this looks like a PWA is a static website? But my app runs as a dynamic website on a NGINX-Server, so there is no idex.html. How do I have to do this correctly?
Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions