I'm using google model viewer lib. for AR support for an e-commerce site.
Custom button View in you space
I want to hide AR preview button(View in your space) for those browsers who don't have capability of AR. and I also want to show custom "Add to cart" button which support "android" and "ios"?
I add the code like the below ex. it's showing in android but not in ios
<model-viewer>
<button>Add to cart</button>
</model-viewer>