Hi guyz
I have kinda found the answer to a question i asked myself. (How to have a website "adapt" to the different screen sizes)
I used the following
This makes my mobile site appear correct on either blackberry(smal l screen) and galaxy s2(big screen) but when a user uses a application like "Opera Mini" which optimizes sites for the device. This causes my site to be super large and therefore have to be shrunk
any way to over come this problem?
I have kinda found the answer to a question i asked myself. (How to have a website "adapt" to the different screen sizes)
I used the following
Code:
<meta name="viewport" content="width=device-with, user-scalable=yes">
any way to over come this problem?