Does the 3rd edition web browser emit any javascript events when the screen orientation or resolution changes? I'm interested in dynamically changing the layout of my page on either of those events.
Does the 3rd edition web browser emit any javascript events when the screen orientation or resolution changes? I'm interested in dynamically changing the layout of my page on either of those events.
I have seen that nokia.mobi is using two different javascript events to check for the used screen orientation and changes based on these results CSS properties:
- onresize()
- onload()
Too bad there is nothing for zooming. If your content has fixed height, but varying width, if you zoom in, the text within a content area would wrap, resulting in content being hidden.