Reputation: 11
I have a Flutter web app that I am trying to host using Firebase hosting. On my first deployment, I identified that the app's look from the mobile and desktop browsers is very different. Reading some articles, it looks like a renderer issue.
I have tried deploying using the Canvaskit and HTML renderers, but the result is the same. Is there anything I need to configure for the run time, or any other suggestions?
Commands used for building: flutter build web --release --web-renderer canvaskit flutter build web --release --web-renderer html
App looks smooth when loaded from desktop web browser App looks different when loaded from mobile web browser
I am expecting the app to have a similar smooth look on the mobile web browser as well.
Upvotes: 1
Views: 71