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

How to navigate from Content Page to Shell in native forms?

$
0
0

In my xamarin forms native 3.x project, currently I am navigating from content page to content page using below code

Android.Support.V4.App.Fragment mainPage = new ContentPage().CreateSupportFragment(this);

    SupportFragmentManager
        .BeginTransaction()
        .Replace(Resource.Id.fragment_frame_layout, mainPage)
        .Commit();

But this is not working in case of navigation from content page to Shell (Xamarin Forms 4.0.0).

Any help is appreciated.


Viewing all articles
Browse latest Browse all 89864

Trending Articles



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