I'm trying to get a validated GLTF file to load from a web page on Android phones using an intent. I've followed the instructions on the ARCore developer site, but I cannot get my model to load, I just get this message:
"Cannot load object. Looks like there's something wrong with this object"
But the model generates no errors in Google's online previewer, and I can get the model to load up in GLTF model viewers.
Am I missing something? Is there an issue with the model that I'm not seeing? My test webpage is here, the model itself is here, and this is the html I'm using for the intent:
<a href="intent://espiox.com/models/stkl900a.gltf#Intent;scheme=https;package=com.google.android.googlequicksearchbox;action=android.intent.action.VIEW;S.browser_fallback_url=https://developers.google.com/ar;end;"></a>