google-ar / WebARonARCore

An experimental Chromium modification in the form of an app for Android that lets developers build Augmented Reality (AR) experiences using web technologies on top of Google's ARCore.
https://developers.google.com/ar/develop/web/getting-started
Apache License 2.0
756 stars 115 forks source link

Downloading files on background #82

Open craftercis opened 5 years ago

craftercis commented 5 years ago

Hey people,

Is it possible to create an app in which people have to give permission to have these files downloaded in the background so that they can then use my AR functions on the site? And how do I deal with this? IOS 12 has recently introduced an option for developers to create a button that immediately enables AR on their website (AR Quick Look). Unfortunately this is not yet for chrome (google). That is why I hope that the above idea can work

UPDATE:

I just read that these files are implemented in an unstable version of chrome called: Chrome Canary. I would like to know if this version of Chrome will actually come in the normal chrome in the future.