Hi gurus,
I'm working on a metro app javascript project targeted for tablets. My customer requires that when the device orientation changes, there should be a nice rotation animation for some of the elements in the page so that the elements do not look upside
down.
My current approach is that I set autoRotationPreferences to landscape, use Windows.Devices.Sensors.SimpleOrientationSensor to observe the reading change, and animate the elements using msTransform property accordingly. It seems
to work well for most types of elements. But when I try to do the same for select elements or flyouts, I found the popup menu of the select element still retain its origianl degree and flyout cannot be rotated initially.
It seems it is an undertaking to achieve my goal, so I am here to call for some suggestions on this. Any idea is appreciated!