Reputation: 2166
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