lojjic / aframe-troika-text

An A-Frame component for rendering 3D text using troika-three-text
MIT License
71 stars 13 forks source link

Text is wrecked on iOS #67

Closed dzg closed 1 year ago

dzg commented 1 year ago

I was very excited for this component, but this is what I'm getting on iOS (both Safari and Chrome):

On macOS it looks fine:

Any idea why?

lojjic commented 1 year ago

That looks very much like an old bug which has been fixed for some time.

Given this and your other issue with a-asset-item not working, it really sounds like you may have an old version of aframe-troika-text running. Is it possible you have two separate versions being loaded from different places, and the older one is winning?

dzg commented 1 year ago

Yes, I think you're right ... I switched to aframe 1.3.0 and the above rendered properly. Now I have to go back and reform old code ... sigh ... 

Thank you