• Uncategorized

About linux : Flutter-whole-app-shifted-up-on-linux-chrome

Question Detail

I’ve written a Flutter web app that works great on every device I’ve tested except on Linux Chrome. The app is really slow and laggy and is shifted up half out of the window. But the InkWells or button boxes are still in the correct place. I also get the error in the browser console:

WebGl: INVALID_OPERATION: useProgram: program not valid

So I tried building the app with just html but it didn’t make a difference:

flutter build web --web-renderer html --release

Question Answer

No answer for now.

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.