Thanks for the info guys. I found that the problem is an image button. When screen rotates, I get a null exception. When I remove the image button I don't. I have a FindViewByID call in OnCreate(Bundle bundle)
see below: // this return null exception when screen orientation changes. var hm= FindViewById<ImageButton>(Resource.Id.ibHomeFromLink); The error is: Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object thanks for your help. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Webview-problem-with-screen-rotation-tp5711186p5711200.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
