Questions tagged [xamarin.shell]
43 questions
0
votes
0 answers
Xamarin Shell Styling not applying to UWP
I'm writing a xamarin app that targets Android, iOS, and UWP.
We're using the shell stack for routing and have a bottom bar with some flyout items.

Jared Germano
- 43
- 6
0
votes
1 answer
Xamarin Forms iOS Safe area resizes on load?
Slightly odd one. I have built an app in Xamarin Forms (Shell) and everything works fine on Android. When I navigate to a new page in ios (iphone 11 pysical device), the screen seems to pop down and resize. I think this is related to the safe area…

davidmasters
- 43
- 2
0
votes
1 answer
Xamarin Forms Shell navigate back with GoToAsync("..") causes exception
I have a very simple navigation stack consisting of a root page and then a model page on top of it. My root page is being set as the root by being the first page to be registered with Shell.
public AppShell()
{
…

Sev
- 883
- 1
- 14
- 34
0
votes
1 answer
Xamarin Forms Shell toolbar Height
I am new to Xamarin and was working on a few scenarios with Xamarin Forms Shell in Navigation bar. My requirement is to set Image to Navigation bar in shell. I am able to update the image in Navigation bar using Shell Custom Renderers for both…

DevCoder
- 11
- 1
0
votes
0 answers
garbage collection of viewmodels on Xamarin forms Shell logout
I was wondering if there is a way to null binding contexts of all viewmodels and then garbage collect on logout? In my application
async void OnLogoutClicked(object sender, EventArgs args)
{
try
{
var…

Philip
- 638
- 1
- 8
- 22
0
votes
1 answer
Is there a way to hide the TOP tab bar?
I am using Xamarin.Forms Shell and I have bottom Tab Bar navigation with no Flyout.
…

TomEverin
- 415
- 1
- 5
- 12
0
votes
1 answer
How can I change visual of flyoutitem in xamarin shell on select?
I want to highlight current page by changing background color of a flyoutitem, but I also need to change text color inside a frame. My Template

Anton Motin
- 51
- 1
- 7
0
votes
1 answer
Xamarin Forms 'DrawerLayout must be measured with MeasureSpec.EXACTLY.' error on PushAsync Navigation
In my app, I've used Xamarin Shell to create a bottom tab bar navigation like so:
MainPage.xaml