zesage / panorama

Panorama - Flutter Widget
Apache License 2.0
114 stars 71 forks source link

[QUESTION] What is the image max size and resolution #56

Open GVAMDaniel opened 8 months ago

GVAMDaniel commented 8 months ago

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?