I am facing an issue with my JavaScript on the BlackBerry 8300, where the page renders differently when JavaScript is disabled. I would like to find a way to make sure that the "JavaScript disabled" version of the page appears for users using BlackBerry 8300 or any handheld device.
Is there a method to detect if the user's media type is "handheld" and based on that render the non-JavaScript version of the page? Can I implement some kind of check for this situation?
For instance, is there a conditional statement to use in cases where media==handheld so that I can include specific HTML code accordingly?
Alternatively, is there a way to downgrade a browser to an older version as a workaround?