sketch-by-phone icon indicating copy to clipboard operation
sketch-by-phone copied to clipboard

ios 12 safari not get video while safari in ios12 has supported webRTC

Open openforus opened this issue 5 years ago • 2 comments

the sketch-by-phone examples can run and also show the tips ‘’want to access camera‘’ but when pick ok it can't get the camera video , but from jeromeetienne/AR.js examples it can work(ios12 iPhone6 Safari). because in ios 11 safari has supported webRTC,so where is the problem?

openforus avatar Feb 20 '19 06:02 openforus

This is a very old project. It might be because it uses an outdated version of AR.js

djhi avatar Feb 20 '19 07:02 djhi

I have also encountered this problem and it has been bothering me for nearly 2 weeks. Today, I finally solve it.The reason is that the ar.min.js in "public" folder is outdated. To solve it, you just need to replace it with the latest version, you can download it from the under url. https://github.com/jeromeetienne/AR.js/blob/master/three.js/build/ar.min.js

xsola avatar Apr 09 '19 15:04 xsola