My UI uses binding to the view models. Everything is working well on Windows, WinPhone and iOS, but on Android binding is failing. At run-time, the following is being reported on Android, even though the same code is working fine on the other platforms.
Binding: 'OpenWebPagesInExternalBrowser' property not found on 'MyApp_ViewModels.GeneralSettingsViewModel', target property: 'Xamarin.Forms.Switch.IsToggled'
Has anybody else encountered this problem? If so, how did you resolve it?
Many thanks,
John H.