hiukim / mind-ar-js

Web Augmented Reality. Image Tracking, Face Tracking. Tensorflow.js
MIT License
2.24k stars 417 forks source link

Failed To Launch Error on Modern Android & IOS Devices #126

Closed JoshuaeKaiser closed 2 years ago

JoshuaeKaiser commented 2 years ago

My object tracking application is failing on both IOS and Android phones (Modern with up to date OS, iphone 11 & Glaxy S20). Im guessing this must be an error my side as I purchases the Udemi course and it seems to work for the instructor on his device.

Works fine in the browser as intended. Im accesing on the phones via local host from my dev machine.

Screenshot of my code attached.

Screenshot 2022-02-13 at 14 50 49
hiukim commented 2 years ago

Can you make sure your are using https?

JoshuaeKaiser commented 2 years ago

Yep that was the issue, i was serving over HTTP. HTTPs with Ngrok fixed it.

hiukim commented 2 years ago

nice!