I am trying to upload an image of 5MB with a resolution of 8192 x 4096 on mobile web, but it throws the following error.
"WebGL: INVALID_VALUE: texImage2D: width or height out of range,
GL_INVALID_OPERATION: Texture format does not support mipmap generation."
The strange thing is that it works correctly on desktop web and in the normal application, any idea why this could be happening only on mobile web?