Questions tagged [app-shell]

50 questions
0
votes
2 answers

Hamburger menu AutomationId for UI Testing

I'm trying to run a UI Test on a page (About.xaml). Below are the steps to get to the page when the application loads. Launch the Login Screen User enters username User enters password User clicks on the Login Button User lands on the Home Page in…
T S
  • 1
  • 1
0
votes
1 answer

Xamarin Forms App Shell OnPropertyChanged not updating for FlyoutHeader view

I am binding a text property from a viewmodel into a the FlyoutHeader view of the App Shell slide out menu All the update events fire correctly when the app is initialised, however there is a page the user may go in order to update their…
Journeyman1234
  • 547
  • 4
  • 18
0
votes
1 answer

Angular App Shell build fails due to third party libraries

I'm having trouble getting Angular App Shell working. So I followed the instructions and configured universal project. Then I also set up App Shell and can see that the configuration at the bottom part of my angular.json is good. But now when I…
Ihor Deyneka
  • 1,326
  • 1
  • 19
  • 37
0
votes
0 answers

(Xamarin.Forms) Shell does not work with TabbedPage in IOS

I'm using Shell with buttom nav and want to be able to have one of the tabs as a TabbedPage. Also one of my contentpages in Shell have a toolbar item which leads to a tabbedpage, this also does not work in iOS, but both working fine in Android. What…
Michael Winther
  • 471
  • 7
  • 24
0
votes
2 answers

Angular-CLI App-Shell: Getting caught by "catch-all" route

I'm attempting to add App-Shell to my app. I've got a route guard that gets fired during the server build process due to a wildcard-redirect. RouterModule const routes: Routes = [ { path: '', component: RouteOneComponent, canActivate:…
D_Naish
  • 543
  • 4
  • 20
1 2 3
4