Hi, hope you see this. So I have followed this tutorial great tutorial by the way. I want it to just be a PWA but when I try this on my phone via the IP address shown on the terminal I am getting No Camera Found iPhones and Androids giving the same error. What else do I need to do?
@Rasecz3 жыл бұрын
Why is webviewPath an optional property in your Photo interface?
@ropafadzosandrashoko43333 жыл бұрын
Great,thank you🙂
@CodeSwag3 жыл бұрын
Thanks for watching Sandra!
@Rasecz3 жыл бұрын
Instead of restarting the server all the time, how about just importing what you need in each file?
@envygamer3 жыл бұрын
The error as because he imported things which he will use later in Ionic project the eslint is configured to show an error for "Unused vars"
@Rasecz3 жыл бұрын
@@envygamer yes I get it, that’s why I’m proposing that instead of importing vars early “because he’s gonna use them later”, just import them when he actually needs them to be imported.