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

Crashes when launched on Pixel 1 XL #35

Closed arpo closed 6 years ago

arpo commented 6 years ago

After the permissions has been granted the app crashes on my device. Has anyone else experienced this?

judax commented 6 years ago

Could you send us the logcat? Do you have the ARCore APK installed along with the WebARonARCore APK?

arpo commented 6 years ago

My bad! Missade the APK installation. Would it be possible to add a feature-detection-if-statement that alerts the user to install the APK if it's missing?

jsantell commented 6 years ago

@arpo we have #31 open for just that case to have a more helpful message in this scenario. Thanks for filing this issue, hope to add that message soon!