Questions tagged [xamarin.shell]
43 questions
1
vote
0 answers
How to change positions of icons on Xamarin Shell tab bar
I'm using Shell on a Xamarin Forms app and the icons that I'm using on the TabBar are a little bit too high up
I would like to change their positions to the center but I can't find a way how.
How would I change the positions/alignment of the…

Draxalot2
- 77
- 7
1
vote
2 answers
Xamarin Shell Right to left FlowDirection not working
I'm developing a new cross-platform application with Xamarin 4.0 and I want change layouts to right to left direction.
I want shell items and flyout menu in right of screen. I tried this code in Shell tag. But it didn't work.
FlowDirection =…

Alireza Esrari
- 50
- 8
0
votes
1 answer
How can I use command on Xamarin Shell Tabbar
I bought this template and i want to use Command or Clicked event on tab section. When I clicked the tab it goes to the page but page created at once while program is on but i want to make control each time when page created. How can i use Command…

omerklbkr
- 17
- 3
0
votes
1 answer
Xamarin Shell Floyout Tabs hiding parts of the content page
I am using Xamarin Shell flyoutpage and have a tab menu on the button. When I load a content page from the floutpage the lower part of the content page is hidden behind the tabs
This is my appshell.xaml.cs

Ricardo Jahn
- 37
- 8
0
votes
1 answer
Xamarin shell initializing API Controller
I have a running XF App with a lot of database accesses through an Azure API. So far all was running quite well.
Due to layout changes I changed to a shell based navigation. I worked through the whole stuff but faces a huge problem.
My app.xaml.cs…

Ricardo Jahn
- 37
- 8
0
votes
1 answer
fixed tabbar in shell
It is possible to make sure that the (Dashboard / Statistics) tab remains fixed without being modified by the various FlyoutItem choices? thanks
image

silverkaos
- 13
- 3
0
votes
0 answers
Removing page or reference when navigating to another tab with xamarin shell
I'm making page with 2 tab and each of them have search bar on top of them, the searchbar value on first tab remains when im navigating to other tabs and back to the first tab. How do i remove the state or reference when im navigating to other tab?…

William
- 1
- 2
0
votes
0 answers
Xamarin: First call to InitializeComponent slow
The problem is that the first call to a page's InitializeComponent is very slow. Thus the page transition animation is laggy for the first time. StackLayout with a few Labels and a Grid can take like 70 ms on my phone. I removed almost everything…

user2146414
- 840
- 11
- 29
0
votes
2 answers
Xamarin Forms Shell, float view on top of all other views
We are currently using Shell navigation within a Xamarin Forms app, and have an ask to implement a live video support functionality similar to FaceTime (but within our app).
Is it possible to float a “partial view” over the top of all pages of the…

DavidReid
- 449
- 1
- 5
- 21
0
votes
3 answers
Is it possible to see the page below in an Xamarin Shell Stack?
So when I push an Page over the other:
Shell.Current.Navigation.PushAsync(new XampelPage());
is it possible in the new Page to see the Page that pushed it there?
For example if the Background is transparent, is there an way to show it in the…

Silver Sky
- 113
- 1
- 7
0
votes
2 answers
Does VS Community 2019 support Xamarin Forms Shell UWP?
When I started my solution in VS Community 2019 it said that the Xamarin Forms Shell did not support UWP. I just upgraded VS to 16.9.2 and it now says UWP is a "Preview feature."
So I have a partially-completed Solution with Android and iOS…

Charles
- 479
- 1
- 3
- 13
0
votes
1 answer
Defining layout of a crossplatform mobile app in c# (xamarin forms) using Shell
I am new to xamarin forms and shell and I am currently trying to design the hierarchial structure of an app using Shell (Xamarin.Forms Shell). I want to design my app so that once the user logs in, he will be taken to a page (let's call it home page…

Rizwan Siddiqui
- 41
- 3
0
votes
0 answers
How can I create a verification flow for my pages in the shell?
I have a total of 4 pages in the application
2 in the shell - TabBar
The other 2 outside of it
When installing the app for the first time, the user must be taken to the Login screen, as he does not have yet been authenticated. If it is already…

José Guilherme
- 57
- 1
- 10
0
votes
0 answers
Can xamarin forms shell use MasterDetailPage?
I created cross platform project for android having dependencies xamarin.essentials\1.5.3.2 and xamarin.forms\4.8.0.1451 (the defaults) with tabbed layout. Then I added TestMasterDetailPage using MasterDetailPage template. AppShell.xaml looks like…

user2820173
- 308
- 2
- 13
0
votes
1 answer
Shell BackButtonBehavior command binding not working in UWP
I am kind of new to Xamarin development. I tried to change the back button behavior with a binding command, but that didn't seem to work. This is the code for the view:

himynameisgarch
- 87
- 2
- 9