After more testing we've found temporary work arounds by reducing the quality and choosing static textures in place of animated ones on iOS until we find something that works better.
For us these issues seems to be related to larger video textures 1024x1024 and createPattern being repeatedly updated. We manage dirty states for all of this and slow time down when we detect slow rendering update rates and never try updates faster than 30fps. So these calls were only happening when needed and only as fast as requestQuestAnimation frame said it was ready or slower.
By lowering our texture sizes to 512x512 and only calling createPattern once (taking out animations) these changes enable our site to not crash tabs but it has lowered the quality of what we can show to users on iOS and are still going to keep looking deeper into other fixes. We would love suggestions if you have any.
Topic:
Safari & Web
SubTopic:
General
Tags: