Questions tagged [xamarin-shell]

10 questions
1
vote
1 answer

Xamarin iOS - custom TabBar (Shell)

In my Xamarin.Forms application I need to add a bottom bar that will be visible over the tab bar. Since my app is a Shell application, I'm trying to create a custom ShellItemRenderer. I extended the TabBar so I that could add custom…
1
vote
0 answers

Xamarin Forms Android 12 UI flickering

I have a Xamarin forms app using Xamarin Forms Shell. On Android 12, the UI is flickering when scrolling on a page with a ScrollView. On the bottom of the page is a menu provided by Shell. The flickering is most prevalent around the area of the…
Patrick Goode
  • 1,412
  • 5
  • 20
  • 35
1
vote
2 answers

navigating back doesn't remember entered data

I'm trying to create a login flow in Xamarin Forms Shell that consists of a first page, where the user enters their email address, and a second page where they enter a password. I want the user to be able to go back from the password page and alter…
Sk93
  • 3,676
  • 3
  • 37
  • 67
1
vote
1 answer

Xamarin Shell Navigation Flyout Selected Label Color Not Changing

here is my code in shell.xaml selected frame colour for flyout item is working for me its green it showing well but for the selected label it is same as normal flyout label color i dont know what i am missing here this is for flyout item…
0
votes
1 answer

Xamarin XAML: calling a Shell page with a parameter

Suppose you have the following AppShell.xaml: Also suppose Page2 is identical…
Alex Kay
  • 260
  • 1
  • 14
0
votes
1 answer

android.runtime.JavaProxyThrowable: System.ObjectDisposedException: Cannot access a disposed object

Every time I launch my Xamarin form app, it gives me the following exception and crashes. . It keeps crashing even after restarting the app. I had to uninstall and reinstall the app. After that, the application works fine without any code changes,…
0
votes
1 answer

TabbedPage with Shell (FlyoutBehavior="disabled") show blank space above tab in Android and bar with Page Title in iOS How to remove it?

I'm experimenting with TabbedPage and Shell in MAUI to create Horizontally scrollable tabs. I have got the expected behavior but in Android it shows a blank white space at top of Tabs and in iOS it shows Bar with a title of Tab Selected. I have…
Divyesh
  • 2,085
  • 20
  • 35
0
votes
1 answer

Xamarin forms Back Button Navigation

I'm working on a Xamarin Forms app and am using the MVVM Design. the issue is when am navigating to another page using Shell.Current.GoToAsync() I disable the button to prevent Creating Multiple Pages or DB Operations. but if I want to go back, I…
0
votes
1 answer

Set visual state of a FlyoutItem to Selected

I am using Xamarin Forms and default ShellApp. I have FlyoutItems e.g.
benyaala92
  • 58
  • 5
0
votes
1 answer

Add a common Element that should always be visible for Xamarin Forms Shell

I want to make a layout like this: I am using Shell with Tab (no Flyout for now) and I don't know how I can achieve this. I tried creating a Page but obviously it doesn't work:
Luke Vo
  • 17,859
  • 21
  • 105
  • 181