eduardolundgren / tracking.js

A modern approach for Computer Vision on the web
http://trackingjs.com
Other
9.43k stars 1.44k forks source link

Access to camera in iOS using SFSafariViewController #354

Open afiq90 opened 5 years ago

afiq90 commented 5 years ago

Hi there,

I've tried to integrate my tracking js project into my iOS app, what I would like to do is I want to display the camera access directly in in-app without using safari app.

What I have done so far is making a new SFSafariViewController and set my URL and it does not working as expected, but it is working if I done it through Safari app. Can anyone please give me some idea how to solve this problem. Thanks in advanced.