JakesMD
JakesMD

Reputation: 2166

Flutter: whole app shifted up on linux chrome

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

Upvotes: 3

Views: 158

Answers (0)

Related Questions