Basically this works perfectly if I don't touch the orientation of my simulator. If I do rotate to landscape, then it appears that no views that are subviews of the root view of the UIWindow will be transformed in the web viewer as evidenced by the image below:
Note the yellow it is highlighting is basically the identity transform of the segmented control.
I can provide sample code if needed, but I assume this is self explanatory.
Am I missing something or is this a bug?
Basically this works perfectly if I don't touch the orientation of my simulator. If I do rotate to landscape, then it appears that no views that are subviews of the root view of the UIWindow will be transformed in the web viewer as evidenced by the image below:
Note the yellow it is highlighting is basically the identity transform of the segmented control.
I can provide sample code if needed, but I assume this is self explanatory.