I found my own answer in the meantime. It seems you need to register more
ConfigChanges options - KeyboardHidden is needed as well, and starting with
Android 3.2 ScreenSize also has to be specified.
Regards
Stephan
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/
Hi
This ought to be simple, right?
I declared my activity as follows:
[Activity(Label = "@string/app_name", MainLauncher = true,
ConfigurationChanges = ConfigChanges.Orientation)]
As per
http://mono-for-android.1047100.n5.nabble.com/Handling-Config-Changes-td5110047.html#a5110098
(and other