xamarin.forms.shell Questions
2
Solved
Error
System.ArgumentException: 'unable to figure out route for:
//RegisterPage Parameter name: uri' System.ArgumentException: 'unable
to figure out route for: //LogoPage Parameter name: uri'
Wha...
Erroneous asked 25/11, 2020 at 10:23
2
I am having issues binding the values of a string[] to the DataTemplate of a BindableLayout. I have recreated the issue in the AboutPage of the Shell Flyout Template.
AboutPage.xaml
<ContentPa...
Townscape asked 3/5, 2021 at 5:57
1
Solved
Getting the flyout menu to work in Xamarin Forms the way I want it to has been a major pain. I'm trying to get a certain menu item (My Stats) to go to a certain page if the user is logged in, or to...
Stationmaster asked 14/4, 2021 at 20:37
4
Solved
I wan't to hide the TabBar in a Xamarin Forms Shell 4.0.0.497661 project.
I try using:
Shell.SetTabBarIsVisible(Shell.Current, false);
After the page has loaded and drawed, but it has no effect...
Harri asked 25/6, 2019 at 7:33
1
Solved
For my Xamarin.Forms app, I am looking for a way to check if a user has the right role/authentication status to access a page. I know Angular has route guards that can be reused for different route...
Selima asked 7/12, 2020 at 17:15
3
Solved
How to set the default selected Tab inside the tab bar on Xamarin forms shell?
<?xml version="1.0" encoding="UTF-8"?>
<Shell xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http:...
Oshea asked 28/6, 2019 at 19:24
1
i have a parent shell tabbed page. i want to be able to navigate from one of the contentPage of this parent page to another shell tabbed page.
Temporal asked 3/11, 2019 at 18:9
1
© 2022 - 2024 — McMap. All rights reserved.