brackets-archive / brackets.io

brackets.io website
0 stars 0 forks source link

[CLOSED] Mediaqueries to speed up page loading on mobile devices #55

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by MarcelGerber Friday May 23, 2014 at 20:22 GMT Originally opened as https://github.com/adobe/brackets.io/pull/75


This adds two new mediaqueries, which make the page load much faster on smartphones (and maybe tablets as well).


MarcelGerber included the following code: https://github.com/adobe/brackets.io/pull/75/commits

core-ai-bot commented 3 years ago

Comment by ingorichter Friday May 23, 2014 at 20:28 GMT


Assigned to @larz0. Would you mind having a quick look?

core-ai-bot commented 3 years ago

Comment by larz0 Friday May 23, 2014 at 22:50 GMT


Looks good, merging.

core-ai-bot commented 3 years ago

Comment by ingorichter Friday May 23, 2014 at 23:22 GMT


Hi, this looks a little bit weird on my Android phone: Was this intended? screenshot_2014-05-23-16-04-19

core-ai-bot commented 3 years ago

Comment by ingorichter Friday May 23, 2014 at 23:24 GMT


BTW: I'm using Chrome 35

core-ai-bot commented 3 years ago

Comment by MarcelGerber Saturday May 24, 2014 at 04:40 GMT


It works on my Android phone (Chrome 35) in both Landscape and Portrait mode... Are you still seeing it?

core-ai-bot commented 3 years ago

Comment by larz0 Saturday May 24, 2014 at 06:28 GMT


@SAPlayer could it be due to @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) ?

core-ai-bot commented 3 years ago

Comment by MarcelGerber Saturday May 24, 2014 at 06:58 GMT


@larz0 Ah yes, you're right, could repro it with Screen emulation. Will fix it now.