User-1149223197 posted
When I searched this forum, I was surprised to find no results for the keyword "mobilizer".
I'm trying to do a feasibility analysis for rendering mobile pages to Helio devices. It seems that the default, and unconfigurable setting in their browsers is to automatically wrap requests through google mobilizer before sending them to the server. This
causes asp.net to recognize the device as a desktop browser. I still have to confirm this, but I believe google mobilizer changes the user-agent to make it look like it's ie6to9.
This causes the server to render HTML, which google mobilizer then parses and converts to wml for the device. I guess it can be a handy feature to have for some sites that don't have a WML version, but then again it doesn't work for a lot of others, especially
since the devices don't support client script. I suppose Google hasn't figured that one out yet. The odd thing is, if you go to google's site from the device, it automatically redirects to google.com/m and renders wml without the mobilizer.
Anyhow, what I would like to do, if possible, is to force my pages to render WML like this, even to desktop browsers. Do I need to create a custom adapter to accomplish this?