question

rickruhl-4179 avatar image
0 Votes"
rickruhl-4179 asked RobCaplan edited

issues with mdp.IsPresented = true; under driod only.. IOS works.

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?

dotnet-xamarin
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @rickruhl-4179 Please provide more code about this problem, because I test FlyoutPage.IsPresented=true, it works fine.

0 Votes 0 ·

0 Answers