Questions tagged [app-shell]
50 questions
1
vote
1 answer
AppShell tabbar color changes on iOS when there is content behind it
I have the exact same issue as asked in this question. The tabbar changes color when there is content behind it. However, as stated in this question, if they remove the renderer then their problem stops. I currently do not have a renderer at all and…

Calvin Carter
- 59
- 1
- 7
1
vote
0 answers
Xamarin.forms Shell page freezing on some devices
I developed an xamarin.forms app that used to work very well wheh testings with testflight. I have now posted it on the app store and I get a strange bug on the phones that had never had the testflight app installed.
I have a tab bar with 2 buttons…

user3704628
- 143
- 1
- 12
1
vote
1 answer
UIAlert disappears when the page is change
I have to show an UI alert dialog in the Appdelegate and MainAcvitivy in Xamarin.Forms. For android, there is no problem but for ios it does not work properly.
First of all, if I use UIAlertView, it works without problem.
Task.Run(async () =>
…

ertan2002
- 1,458
- 1
- 32
- 68
1
vote
2 answers
Does angular13 app-shell support i18n build?
just pwa, the ngsw.json:
{
"urls": [
"/en-US/favicon.ico",
"/en-US/index.html",
"/en-US/main.5acdb24ff94375e5.js",
"/en-US/manifest.webmanifest",
"/en-US/polyfills.1fcf5bb524b41b13.js",
…

gzf6
- 11
- 1
1
vote
1 answer
Xamarin Forms with Shell: Change MainPage
I'm trying to change my MainPage, according to which page are marked in my RadioButton Group, in my settings. So if is marked the first will be "APage", else, "BPage".
But when I try to change MainPage = new AppShell(); it just ignore and don't go…

techie
- 463
- 4
- 17
1
vote
1 answer
Remove padding/margin on Xamarin Forms AppShell titlebar (toolbar)
I've been banging my head against a wall trying to figure this out using all kinds of fixes i found on SO and other sites but to no avail...
I'm using AppShell and I can't get the padding/margin next to the hamburger button to go away.
As you can…

Gert Dunon
- 61
- 6
1
vote
0 answers
How can I call an xaml file from a folder in app shell?
I have a folder named jsonarray containing Page3.xaml . I want to show this page calling it from AppShell.xaml. The ordinary method calling in AppShell.xaml is:

Nikolaos Efentis
- 11
- 3
1
vote
1 answer
How to hide back button in navigation bar using Xamarin.Forms - AppShell?
Currently I'm using AppShell in my xamarin app. I need to hide back button arrow in NavBar and replace it with menu icon.
NavigationPage.HasBackButton="False" Isn't working for me.

Wiktor Kęska
- 411
- 2
- 4
- 13
1
vote
0 answers
Debug MicroUI components from App Shell- Angular
I'm trying to investigate some issues in my micro ui. I would like to debug my local micro ui code by running it from app shell project.
Is there any way to do this?

Linta Sheelkumar
- 195
- 1
- 5
- 21
1
vote
0 answers
Streaming html/content but have control of which part is inserted where in already parsed content (not in a appending manner)
I prepared a basic example to demonstrate what I want to achieve. Consider the html below.
Quite basic. All dynamic data goes…

Anna
- 319
- 5
- 18
0
votes
1 answer
Xamarin.Forms: Onboarding page quickly navigates back to previous page. trying to troubleshoot navigation flow and preventing immediate return
I'm working on a Xamarin.Forms application that includes an onboarding feature. The onboarding page is shown when certain conditions are met, but I'm facing an issue where the OnboardingPage quickly navigates back to the previous page DashboardPage…

Calvin Carter
- 59
- 1
- 7
0
votes
0 answers
Picker Not Displaying Bounded Values In AppShell
I have an app with a main page called OPMain where I was previously displaying data inside of 3 Pickers just fine. I ended up realizing that the screen was getting quite cluttered and decided that it would be best to move this into a Flyout sidebar.…

jakewags01
- 41
- 4
0
votes
1 answer
Switch App Shell Tab programmatically to current page on tab, not with GotoAsync - Xamarin Forms/Maui App Shell
How to switch tabs programmatically, as if the user had clicked the tabbar's tab button instead of using GoToAsync()
I have a Maui app (but the same in Xamarin Forms) with an App Shell

DHNZ
- 11
- 4
0
votes
0 answers
Xamarin.forms listview - System.ArgumentOutOfRangeException
Currently in the process of trying to build a simple app, I want to create an object using Sqlite and then navigate back to overview so I can see the created item in my listview.
Creating the objects and storing works fine, but I'm getting a…

Gianni
- 1
- 1
0
votes
0 answers
speed up our angular ionic hybrid app ,we trying to use app shell for initial loading , how to use app shell for ionic angar hybrid application
We are using angular 13 ionic 5 trying to implement app- shell for initial loading for better user understanding. is there any way to implement app shell for ionic angular application.
We try to implement app shell in angular app it is work but for…

Hussanar
- 1