JakovTomasic / RitehMaps

Indoor navigation project for the Faculty of Engineering, Rijeka
Apache License 2.0
3 stars 1 forks source link

Compass navigation #74

Closed JakovTomasic closed 9 months ago

JakovTomasic commented 9 months ago

Implemented #71. It's cool, but it must be tested on a phone. Furthermore, if using chrome it must be using HTTPS. For testing it I suggest using ngrok:

  1. start normally desktop client with command yarn run dev (for me it starts on port 3000)
  2. while localhost is running, forward that port to ngrok with command ngrok http 3000 (change with your port)
  3. ngrok will give you two links. Open the HTTPS one on the phone.
  4. if website won't load on phone check if your firewall is blocking ngrok

Not tested in safari.

JakovTomasic commented 9 months ago

Note: I did some changes outside navigation-compass page. It shouldn't be a problem.

JakovTomasic commented 9 months ago

Since you aren't available, I'll merge this now so I can start working on #69 . Feel free, if you wish, to review this pull request after merging it and write some suggestions if you have any.