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

newtonsoft.json.jsonreaderexception: unexpected character encountered while parsing value: e. path '

$
0
0

newtonsoft.json.jsonreaderexception: unexpected character encountered while parsing value: e. path '', line 0, position 0.

I got the error message.

public class TabPageControl : Xamarin.Forms.TabbedPage
 {

    public TabPageControl()
    {

        On<Xamarin.Forms.PlatformConfiguration.Android>().SetToolbarPlacement(ToolbarPlacement.Bottom);

        Children.Add(new Showcase());
        Children.Add(new Explore());
        Children.Add(new NotificationTabControl());
        Children.Add(new Profile());

        NavigationPage.SetHasNavigationBar(this, false);

 }

private async void Button_Clicked(object sender, EventArgs e)
    {
        await Navigation.PushAsync(new TabPageControl());
    }

When I change the TabPageControl page with Showcase page, I don't get error.

Please help me.

Viewing all articles
Browse latest Browse all 77050

Trending Articles



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