We had a number of issues that showed up when rotating the device, so I am in the process of writing some tests for this. I am using the awesome wd driver (https://github.com/admc/wd) and the setOrientation() command. I have discovered that if I have screenOrientation=“sensor” defined in my manifest, that setOrientation does nothing. Is this the desired behaviour?
What are the potential side effects of removing screenOrientation=“sensor” from my manifest?
Marko