Nokia OSS Browser - Get Screensize Method
I have just read a newly released document by Nokia and found that their Opensource browser found on their Series 60 DP 3 range has an interesting Javascript call.
The function getScreenSize allows the developer to check the display size on the mobile device
Example:
if(getScreenSize(240,320)){
//do mobile rendering
}
Should provide an excellent way of determining the device features when a unique user-agent is not available in the header


Leave a Reply