Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
Hello, since the resolution of handhelds is now similarly high as with desktops, the main difference is just the view. If I can get the viewer to turn his devise 90° from portrait mode it would not only save myself the fumbling to make my website extra responsive but also give him a better picture. To do so I set up a breakpoint that is: "... for Better View please turn your device 90 °" and switched the visibility under 2 conditions: 1. If Pixels are <640, then 'visible' 2. If Pixels are <6000, then 'invisible' This works perfectly in Preview on my PowerBook. However, I can't open my HTML test page on my iPhone and therefore cannot test if it works the same on it. Question: Does anyone know whether the breakpoints will be correctly recognised by IOS or Android depending wether it's viewed in portrait or landscape mode? |
||||
|
You can use chrome and open the devtools to emulate any device, just press CTRL+SHIFT+I and then click the second small button on top left ("toggle device tool bar"). I guess your breakpoints should work in that devices too, but you can try it out that way. |
||||
|
Thank you Nico, ... I'll try an d let you know |
|