the app from chrome on desktop and mobile are different. the correct one is the one from desktop. the app on the mobile device (in this case iOS) has the images cut out from the screen or completely moved, plus there is a sort of zoom. If from Safari on mobile I select "Request Desktop Website" the site is displayed entirely and correctly. how can i force this default setting in flutter 2.0 web?
Asked
Active
Viewed 580 times
1
-
did you find some solution? – Sayyid J Feb 05 '22 at 11:00
-
unfortunately no, i will try with the new flutter updates – bl4ckr0se Feb 07 '22 at 10:33
1 Answers
0
Probably will need to feed in the platform density property to your material app https://api.flutter.dev/flutter/material/VisualDensity/adaptivePlatformDensity.html

Kieran
- 316
- 5
- 15
-
VisualDensity.compact is the default density property for the desktop application but it doesn't work. – bl4ckr0se Mar 27 '21 at 12:54