We have a pretty simple website (minimal JS) with simple html and CSS. This is a simple mobile interface for our main application.
We run into problems because we have multiple columns, and multiple browsers seem to force individual columns.
After some searching, I came across two meta tags.
<meta name="MobileOptimized" content="220" />
<meta name="viewport" content="width=320" />
With them we have a good “scaled” view for IE Mobile and iPhone. We did not encounter any problems with the palm of the Blazer. But Blackberry is a different matter.
Does Blackberry have an easy way to control browser performance? By simple I mean, without creating a special page for this device.