Applying an HDR PNG as a lightmap crashes the app on latest iOS iPhone/Safari/Chrome.
The last shader loaded in the Web Inspector/Graphics tabs is #define SHADER_NAME fragment:rgbdDecode. This shader or some code using this shader causes the crash - I think so.
The models has instanced meshes and I set the AO texture on the source mesh. In this case the app crashes.
If I change all my meshes to be regular meshes (no instances) and set the AO on each of them (on the materials obviously) the app doesn’t crash. I’ll dig more deeply into the issue why does this solve the issue (it should work with the instances too). For now I mark this as a solution.
Seems, that iOS can’t handle so many http requests at once. If I chain the loading of the next texture after the previous was loaded and so on the PG works and loads all textures without an issue.