Coming back from a Javascript call in a webview.. android only, we do this to bring up the hamburger menu.
mdp.IsPresented = true;
and we will get this fault.
Android.Util.AndroidRuntimeException: 'Only the original thread that created a view hierarchy can touch its views.' "MasterDetailPage"
of course it doesnt happen under IOS.
Is there a workaround for this?