googlecodelabs / model-viewer-codelab

Apache License 2.0
4 stars 7 forks source link

doesn't work with HTTP, please change docu #1

Closed gitunit closed 4 years ago

gitunit commented 5 years ago

i've tested the codelab and never got the AR mode to run. codelab mentions to serve the web app with "npm serve" but this only serves sites via HTTP and then you never get AR to see in action. solution is to use HTTPS. im not sure if there is a npm package for that, i doubt it, since you need a certificate etc. a very simple solution would be to still use "npm serve" but then tunnel the localhost to a public address via something like NGROK. they offer tunnels via HTTP and HTTPS as well. so here you have it, less headaches for future coders.

smalls commented 5 years ago

Thanks for the feedback! I'll add a note to the codelab.

gitunit commented 5 years ago

after almost a whole month nothing has changed (see here), i know you must be busy with lots of other stuff but don't you want happy users? its only one or two sentences ;-)

gitunit commented 4 years ago

1 year later nothing happened. closing because i don't care either anymore.