mobileappdevhm19 / HINT-Reader

apps4students-team-3 created by GitHub Classroom
Apache License 2.0
0 stars 0 forks source link

Scale image to device size #27

Closed wildeKaiserin closed 5 years ago

wildeKaiserin commented 5 years ago

Everytime we open, switch / change orientation or split our screen to another size, we have to rescale the image to adapt on the device size.

ghost commented 5 years ago

fyi: mediaQueries seem to report the width and height in points. e.g. i get h896.0 w414 for a triple retina display of h2688 w1242

ghost commented 5 years ago

As far as "Safe Areas" go, should we try to work out how to address the notch-shaped elephant in the room in sprint 1? Because just going by screen resolution isn't enough for certain cases.

(ref.) https://cdn-images-1.medium.com/max/1000/1*XJro6ujERnKVXIcDVXy6kw.png https://cdn-images-1.medium.com/max/800/1*rwWMirhEosAfaBnkWOwBpg.png

What do you think?

maxiking203 commented 5 years ago

Is covered by feature devicesize branch