Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

Xamarin.Forms 1.2.2 pre 3 - PushAsync after WebService Async call problem only on Android

$
0
0

Hi,
I try to change page after an Async call to a web service (on the webservice_Completed event) i got this exception (Only on Android):

Android.Util.AndroidRuntimeException: Only the original thread that created a view hierarchy can touch its views.

Here's the code:

myWS.myWSClient svc = new myWS.myWSClient();
svc.GetDataCompleted += svc_GetDataCompleted ;
svcGetDataAsync();

 void svc_GetDataCompleted (object sender, myWS.svc_GetDataCompletedEventArgs e)
        {

             AppBase.AppNavigator.PushAsync(new myNewPage());

        }

How can I do?


Viewing all articles
Browse latest Browse all 58056

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>