I am using the WURFL library to return device width and height.
I used Safari with iPhone agent but the result is null.
My code is:
$width = $wurfl->getDeviceCapability("resolution_width");
$height = $wurfl->getDeviceCapability("resolution_height");
What is the problem?