hiukim / mind-ar-js

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

Failed to launch on mobile browser #230

Closed stefanienobel closed 1 year ago

stefanienobel commented 2 years ago

I simply copied and paste your quick start code into VS Code and startet a live server. On my desktop browser everything works well. But when I try to access via mobile browser over LAN it says " Failed to launch :( - Looks like your device browser is not compatiple."

I tried different devices: IPad, IPhone, Samsung Galaxy Tab S7, but always the same result. With inspect devices I could find out:

What I'm doing wrong?

hiukim commented 2 years ago

make sure you use https

sonalipd commented 1 year ago

facing the same issue..can you please explain how to check on mobile

Jellybu commented 1 year ago

for me it worked once i changed from http to https

sonalipd commented 1 year ago

can you tell what exactly you are writting eg : https://192.168.1.xx:port

ahmed-khaled18 commented 1 year ago

I had an issue while using the Quick start code too on mobile using VScode local server or any local server, when i deployed the project on firebase it worked fine, so you have to deploy the project in order for it to work on mobiles