Tagged Questions
1
vote
2answers
636 views
How to make a website fit in mobile browsers
How should a good website work in a mobile browser? Should it adapt to fit the browser window size, or should it redirect to a page that is made to fit in mobile browsers?
3
votes
3answers
129 views
Users narrowing window on desktop to see mobile version?
I know this is going to seem like a strange question, but are their any stats on users narrowing their browser window so that media queries kick in and display the mobile optimised version of the ...
0
votes
2answers
470 views
Which screen resolution should I target for modern mobile phones? [duplicate]
Possible Duplicate:
Building for different screen sizes
I am developing a site which needs to work on mobiles as well.
I avoid specifying width and height by pixel. Mostly I am using ...