Hey there,
I am trying to gracefully fallback if AR support is not detected in a browser, but seem to be getting a false positive. Code is simple, and done per the doc here. It consists of trying to init an immerseive-AR session and wait to see if the baseExperience returns.
Sadly, Chrome for desktops is reporting AR support when it should not. I know that Chrome is shipping with XR support enabled (finally!) and I assume that may be part of the issue as it may only be looking for ANY XR support, not just AR specific. Firefox reports the correct state of no AR. What is the best options to do this correctly so that only AR capable devices, and not just devices capable of some form of XR set the AR support flag to true?
Here is a PG: